You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 21, 2021. It is now read-only.
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;}
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