-
-
Notifications
You must be signed in to change notification settings - Fork 51
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
Icon bar cannot be hidden #190
Comments
This issue follows the discussion in #177. |
I can reproduce it on Kubuntu, so maybe it's Linux or KDE-specific bug. Will try to check why this happens. Edit: It also happens on Ubuntu with GNOME. |
I quick workaround is to comment out/remove the following rules from @media (-moz-gtk-csd-available) {
#titlebar {
visibility: hidden;
}
#titlebar > * {
visibility: visible;
}
:root[tabsintitlebar][sizemode="normal"]:not([gtktiledwindow="true"]) body {
border-top-left-radius: env(-moz-gtk-csd-titlebar-radius);
border-top-right-radius: env(-moz-gtk-csd-titlebar-radius);
}
} I will try to release a fix soon. |
This worked perfectly for me. Thanks for finding it so quickly! |
this issue has shown up for me again, Arch Linux and latest KDE Plasma |
Description
Since the v2.0.x update, I can no longer hide the icon bar. I have tried in an old profile created with an older version (probably v1.4.x) and also with a new web app created in a new profile.
Steps to Reproduce
about:config
(e.g. by pressing F6).firefoxpwa.enableHidingIconBar
totrue
(it defaults tofalse
).a. Press Ctrl+Alt.
b. Right click on the icon bar and uncheck 'Icon Bar'.
c. Right click on any toolbar and go to 'Customize Toolbar'. In the bottom left, click the 'Toolbars' dropdown and uncheck 'Icon Bar'.
Additional Information
Environment
The text was updated successfully, but these errors were encountered: