Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 'compact density' support #396

Closed
RealRaven2000 opened this issue Aug 23, 2023 · 3 comments
Closed

Add 'compact density' support #396

RealRaven2000 opened this issue Aug 23, 2023 · 3 comments

Comments

@RealRaven2000
Copy link
Owner

In compact density mode, folders and messages are closer together; the menu items that represent folders (all popups triggered by QuickFolders tabs) should also allow for a similar density, based on the new menu font-size (see #394)

image

@RealRaven2000
Copy link
Owner Author

Test version below. This will only make menus denser that contain folder entries (the tools menus won't be affected). It is based on the menu font size which can be configured on the QuickFolders layout tab.

QuickFolders-mx-6.2pre44.zip

Magic rules:

:root[uidensity="compact"] .QuickFolders-folder-popup menuitem {
  min-height: 1.25em;
  padding-block: 2px;
}

@RealRaven2000
Copy link
Owner Author

Version for Thunderbird 102:

QuickFolders-mx-5.18pre14.zip

Restart maybe required to see layout changes (styles sheets are usually cached by Mozilla Browsers)

@RealRaven2000
Copy link
Owner Author

Implemented in 6.2 - Published 30/08/2023
also in 5.18 published 27/08/2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant