Aris-t2 / CustomCSSforFx

Custom CSS tweaks for Firefox
GNU General Public License v3.0
1.8k stars 181 forks source link

Bookmark Menu Drop Down items do not line up #593

Closed AMGPilot closed 1 year ago

AMGPilot commented 1 year ago
  1. Does the issue occur without any files inside /chrome/ folder? No

  2. Issue description, userChrome.css/userContent.css 'settings' the issue occurs with and steps to reproduce the issue: Upgraded to 4.3.6 and now have an issue with bookmarks not lining up in the bookmarks menu drop down. They have a staircase effect going up from left to right.

  3. Does the issue occur with the most recent version of CustomCSSforFx (release/test/dev build)? Yes

  4. Screenshots showing the issue (drag & drop images into this post): Bookmarks

  5. System information

    • OS & OS version: Windows 10 Pro Version: 21H2
    • DPI / HiDPI (e.g. 100%, 125%...): 100%
    • Firefox version: 113.0 64bit
    • Firefox theme (e.g. default, build in light/dark, external theme + link):
    • Is 'about:config > toolkit.legacyUserProfileCustomizations.stylesheets' set to 'true': Yes
    • Is 'about:config > layout.css.moz-box-flexbox-emulation.enabled' set to 'false' (Fx 108+): Yes
Aris-t2 commented 1 year ago

This is caused by popup_compact_menus.css. Once you disable this option items are aligned "properly" again.

AMGPilot commented 1 year ago

Thank you very much for the quick reply. I prefer the compact bookmark menus, so I guess I will have to live with the alignment problem 😥

AMGPilot commented 1 year ago

Hello again @Aris-t2 ,

I was experimenting with some of the settings in popup_compact_menus.css and I edited * menupopup { --panel-padding: 0px !important; Line = 84, Col = 19 and changed the "0" (zero) to "8" (eight) to look like this: * menupopup { --panel-padding: 8px !important;. It fixed the alignment issue using the compact menus.