EliverLara / firefox-sweet-theme

:candy: A dark and modern theme for firefox with vibrant colors
744 stars 34 forks source link

Header bar window buttons broken in the latest Firefox update #85

Closed AthirsonSilva closed 1 year ago

AthirsonSilva commented 1 year ago

In the latest update of Firefox, the close, minimize and maximize window buttons are broken.

Screenshot from 2023-05-10 08-56-24

This is the version of Firefox I am running on my machine, downloaded from Arch Linux repositories.

Screenshot from 2023-05-10 09-00-27

ribru17 commented 1 year ago

To anyone else experiencing this, go to `~/.mozilla/firefox/\<your profile>/chrome/firefox-sweet-theme/theme/parts/tabsbar.css and change:

#TabsToolbar .titlebar-spacer {
    display: none !important;
}

to:

#TabsToolbar .titlebar-spacer {
  width: 100px !important;
}
EliverLara commented 1 year ago

Sorry for the very late respopne, that was fixed now with 146442040be55fa654eee625ffe6626892bd3fb4