zvuc / firefox-sliding-bookmarks-bar

Sliding bookmarks bar userChrome.css tweak for Firefox (71.0+) on macOS
36 stars 3 forks source link

Issue in compact mode #3

Closed shahmilav closed 2 years ago

shahmilav commented 2 years ago

Hey, first of all thanks so much for the great CSS.

In Firefox (currently running Dev edition 97.0b9), I have enabled compact mode. However, the tops of the icons in the bookmarks bar get cut off. Any way to fix this?

Screen Shot 2022-02-06 at 11 26 07 AM

As you can see in the image, the icons get cut.

shahmilav commented 2 years ago

Well, what do you know, solved this right after posting the issue. Changing :root { --toolbar-offset-height:⋅37px; } from 42px did the trick.

zvuc commented 2 years ago

👍👍 I didn't know compact tabbar was making a comeback :D I'll try including an automatic detection for compact mode to adjust for the changed heights, when 97 comes to stable.

shahmilav commented 2 years ago

Yeah, it is still an about:config setting, yet more people are starting to use it.