mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-10 03:40:14 +00:00
Set TabsToolbar min height to 0px to make compatible with osx
This commit is contained in:
parent
3b73070234
commit
c8356b2e2b
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ See the above repository for updates as well as full license text. */
|
||||||
:root[sizemode="normal"] #nav-bar{ --uc-window-drag-space-width: 20px }
|
:root[sizemode="normal"] #nav-bar{ --uc-window-drag-space-width: 20px }
|
||||||
|
|
||||||
#titlebar{ -moz-appearance: none !important; }
|
#titlebar{ -moz-appearance: none !important; }
|
||||||
|
#TabsToolbar{ min-height: 0px !important }
|
||||||
|
|
||||||
#tabbrowser-tabs, #tabbrowser-tabs > .tabbrowser-arrowscrollbox, #tabbrowser-arrowscrollbox{ min-height: 0 !important; }
|
#tabbrowser-tabs, #tabbrowser-tabs > .tabbrowser-arrowscrollbox, #tabbrowser-arrowscrollbox{ min-height: 0 !important; }
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue