Firefox-UI-Fix
Firefox-UI-Fix copied to clipboard
When the tab bar, navbar, and bookmarkbar are hidden, the title bar cannot be automatically expanded when the window is not maximized.
Describe the bug
I set these options to true: userChrome.autohide.tabbar userChrome.autohide.toolbar_overlap userChrome.autohide.bookmarkbar userChrome.autohide.navbar When the window is not maximized, the window title bar and operation buttons are hidden. When the mouse slides over the upper border of the window, the tabbar, navbar, and bookmarkbar do not pop up. When the window is maximized, moving the mouse upward will make these three bars pop up. In addition, when these three bars pop up or hide, the web page will move up or down a little distance.
Expected behavior
No response
Screenshots
No response
OS
Windows 11
OS - Others
No response
Firefox Version
121.0
Distribution
Theme
- [ ] Light
- [ ] Dark
- [ ] Alpenglow (System: Light)
- [ ] Alpenglow (System: Dark)
- [X] System Default
- [ ] Others: (e.g. Photon Colors, Google Chrome Dark, Fairytale Of Nature)
Theme - More Info
No response
user.js
setup
userChrome.autohide.back_button false userChrome.autohide.bookmarkbar true userChrome.autohide.fill_urlbar false userChrome.autohide.forward_button false userChrome.autohide.navbar true userChrome.autohide.page_action true userChrome.autohide.sidebar false userChrome.autohide.tab false userChrome.autohide.tab.blur false userChrome.autohide.tab.opacity false userChrome.autohide.tabbar true userChrome.autohide.toolbar_overlap true autohideuserChrome.autohide.bookmarkbar false
Additional context
No response