black7375 / Firefox-UI-Fix

🦊 I respect proton UI and aim to improve it.
Mozilla Public License 2.0
5.24k stars 184 forks source link

When the tab bar, navbar, and bookmarkbar are hidden, the title bar cannot be automatically expanded when the window is not maximized. #854

Open akschy opened 6 months ago

akschy commented 6 months ago

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

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