mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-09 19:30:15 +00:00
autohide_menubar.css: Increase the size of menubar triggering area
The window frame area (at least on Win10) is wider in Fx98 which prevents menubar items from showing up. This patch simply increases the size by few pixels.
This commit is contained in:
parent
ceb88176a7
commit
0bc77cc515
1 changed files with 3 additions and 1 deletions
|
@ -5,7 +5,7 @@ See the above repository for updates as well as full license text. */
|
||||||
/* Menubar will be shown when cursor touches top of the spacers on both side of tabs. Window controls will be in menubar, so they are automatically hidden */
|
/* Menubar will be shown when cursor touches top of the spacers on both side of tabs. Window controls will be in menubar, so they are automatically hidden */
|
||||||
/* Make sure you have menubar enabled */
|
/* Make sure you have menubar enabled */
|
||||||
|
|
||||||
:root{ --uc-menubar-spacer: 6px }
|
:root{ --uc-menubar-spacer: 11px }
|
||||||
:root[sizemode="maximized"]{ --uc-menubar-spacer: 1px }
|
:root[sizemode="maximized"]{ --uc-menubar-spacer: 1px }
|
||||||
|
|
||||||
#nav-bar-customization-target,
|
#nav-bar-customization-target,
|
||||||
|
@ -38,5 +38,7 @@ See the above repository for updates as well as full license text. */
|
||||||
z-index: 6
|
z-index: 6
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#main-menubar > menu{ padding-bottom: 4px }
|
||||||
|
|
||||||
/* This exists only for compatibility reasons with some other styles */
|
/* This exists only for compatibility reasons with some other styles */
|
||||||
#navigator-toolbox{ --uc-hide-window-control-space: 0 }
|
#navigator-toolbox{ --uc-hide-window-control-space: 0 }
|
Loading…
Reference in a new issue