Aris-t2 / CustomCSSforFx

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

[Fx 108] tabs_below_navigation_toolbar_alt.css: Menu bar centered and no "show more bookmarks button" icon #509

Closed Grzdacz closed 1 year ago

Grzdacz commented 1 year ago
  1. Issue description: When

Menubar is centered and arrow for opening of hidden bookmarks on the right side of bookmark bar is missing (dot is only visible)

When "TABS BELOW NAVIGATION AND BOOKMARKS TOOLBARS/Alternative for multi-lined tabs" - disabled everythig is OK.

  1. Does the issue occur with latest CustomCSSforFx release? Yes, with 4.2.4.

  2. Steps to reproduce the issue: As described in 1.:

    • "TABS BELOW NAVIGATION AND BOOKMARKS TOOLBARS/Alternative for multi-lined tabs" - enabled
    • "MULTIROW / multi lined tabs - EXPERIMENTAL" - enabled
  3. SCREENSHOT(S) of the issue (drag & drop images into this post): Aris-t2_issue_crop

  4. Is 'about:config > toolkit.legacyUserProfileCustomizations.stylesheets' set to 'true'? (Custom CSS files will only work, if this pref is set to true!) Yes, it is

  5. System information

    • OS & OS version: Windows 11
    • DPI / HiDPI (e.g. 100%, 125%...): 100%
    • Firefox version: 108 b3
    • Firefox theme (e.g. default, dark, 'theme name & link'): system - automatic
    • This projects userChrome.css/userContent.css 'settings' the issue occurs with: 4.2.3v2 & 4.2.4
glennpc commented 1 year ago

I'm having the same issue with Fx 108.

https://github.com/Aris-t2/CustomCSSforFx/discussions/454#discussioncomment-4180133

Aris-t2 commented 1 year ago

The bug is with menubars "centered" position is caused by tabs_below_navigation_toolbar_alt.css line 331. Replace display: block !important; with display: flex !important; for now.

glennpc commented 1 year ago

Thanks @Aris-t2 that fixed it!

Grzdacz commented 1 year ago

Thank you, it worked.

Problem with the "Show more bookmarks" button remained.

arrow for opening of hidden bookmarks on the right side of bookmark bar is missing (dot is only visible)

Aris-t2_issue_2_Show more bookmarks_OK Aris-t2_issue_2_Show more bookmarks_no_icon

Aris-t2 commented 1 year ago

I can not reproduce the issue with "Show more bookmarks" button.

Grzdacz commented 1 year ago

I clicked through all the settings that I change from the original and found that enabling this setting

@import "./css/generalui/bookmarks_smaller_more_bookmarks_icon.css"; /**/

makes this icon disappear

here it is with disabled "bookmarks_smaller_more_bookmarks_icon.css" obraz

Aris-t2 commented 1 year ago

@Grzdacz This is fixed on 4.2.5: https://github.com/Aris-t2/CustomCSSforFx/releases/tag/4.2.5

If something still does not work, post here and I will reopen the issue.