firefox-csshacks icon indicating copy to clipboard operation
firefox-csshacks copied to clipboard

Enabling widget.windows.mica in about:config breaks hide_tabs_toolbar_v2.css

Open Hikandy opened this issue 11 months ago • 3 comments
trafficstars

The windows maximize, minimize and close buttons disappear on using this CSS resulting in image

The buttons still work but they are invisible. Using Firefox 133

Hikandy avatar Dec 01 '24 12:12 Hikandy

I have no idea what that might be all about, especially if they do work. I also won't be able to test anything on Win11 so that might be kinda hard for me to fix.

MrOtherGuy avatar Dec 01 '24 13:12 MrOtherGuy

What happens if you added this:

@media (-moz-windows-mica) {
  .titlebar-buttonbox{ opacity: 0 }
}

MrOtherGuy avatar Dec 01 '24 13:12 MrOtherGuy

No, actually, what even happens if you don't have any custom css, and just enable vertical tabs (set sidebar.revamp and sidebar.verticalTabs to true in about config)?

MrOtherGuy avatar Dec 01 '24 13:12 MrOtherGuy