Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Hikandy opened this issue Dec 1, 2024 · 3 comments

Comments

@Hikandy
Copy link

Hikandy commented Dec 1, 2024

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

@MrOtherGuy
Copy link
Owner

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
Copy link
Owner

What happens if you added this:

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

@MrOtherGuy
Copy link
Owner

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)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants