Timvde / UserChrome-Tweaks

A community maintained repository of userChrome.css tweaks for Firefox
GNU General Public License v3.0
1.25k stars 122 forks source link

Firefox 74 breaks icons and bookmarks side bar #166

Open roaminghawk opened 4 years ago

roaminghawk commented 4 years ago

Hi,

After updating to Firefox 74 Icons seems to be arranged horizontally and not vertically like before.

Before I had width set to 77% to accommodate a space for some icons before the bookmarks toolbar:

personal-bookmarks {

height: 100% !important; width: 77% !important; transform: rotate(-180deg)!important; transform-origin: 50% 50%!important;}

Before transform: https://i.imgur.com/kee8HoM.jpg

After transform: https://i.imgur.com/WUgIG3g.jpg

Without bookmarks toolbar: https://i.imgur.com/UGxO2Pm.jpg

The add-on icons seems to be arranged after the bookmarks toolbar. Sorry if that seems vague.

Thanks

roaminghawk commented 4 years ago

Of course I'm reporting an issue with the code for vertical toolbars. It won't show add-ons icons probably with the bookmarks toolbar.