mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-10 03:40:14 +00:00
Incease post-tab spacer width so tabs won't overlay window controls
This commit is contained in:
parent
0a105ff168
commit
c1611efa2f
1 changed files with 4 additions and 0 deletions
|
@ -9,6 +9,10 @@
|
||||||
/* We'll use window controls from menubar instead */
|
/* We'll use window controls from menubar instead */
|
||||||
#TabsToolbar > .titlebar-buttonbox-container { display: none }
|
#TabsToolbar > .titlebar-buttonbox-container { display: none }
|
||||||
#tabbrowser-tabs, #tabbrowser-tabs > .tabbrowser-arrowscrollbox{ min-height: 0 !important; }
|
#tabbrowser-tabs, #tabbrowser-tabs > .tabbrowser-arrowscrollbox{ min-height: 0 !important; }
|
||||||
|
|
||||||
|
#TabsToolbar > .titlebar-spacer[type="post-tabs"]{ width: 178px !important; }
|
||||||
|
#toolbar-menubar > spacer{ pointer-events: none }
|
||||||
|
|
||||||
:root:not([customizing]) #tabbrowser-tabs .tabs-newtab-button{
|
:root:not([customizing]) #tabbrowser-tabs .tabs-newtab-button{
|
||||||
-moz-appearance: none !important;
|
-moz-appearance: none !important;
|
||||||
height: 0px;
|
height: 0px;
|
||||||
|
|
Loading…
Reference in a new issue