mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-10 03:40:14 +00:00
Set the tabs toolbar width correctly
This commit is contained in:
parent
133905ce68
commit
f45986ba64
1 changed files with 3 additions and 2 deletions
|
@ -32,7 +32,8 @@ Window controls will be all wrong without it
|
||||||
|
|
||||||
/* Move tabs below content */
|
/* Move tabs below content */
|
||||||
:root:not([inDOMFullscreen]) #content-deck{ margin-bottom: var(--tab-min-height) }
|
:root:not([inDOMFullscreen]) #content-deck{ margin-bottom: var(--tab-min-height) }
|
||||||
#TabsToolbar{ position: fixed; bottom: 0px; width: 100vw; }
|
#TabsToolbar{ position: fixed; bottom: 0px; width: 100vw; height: var(--tab-min-height) }
|
||||||
|
#TabsToolbar-customization-target{ width: 100vw; }
|
||||||
|
|
||||||
/* Hide stuff that doesn't make sense with tabs below content */
|
/* Hide stuff that doesn't make sense with tabs below content */
|
||||||
#TabsToolbar > .titlebar-buttonbox-container,
|
#TabsToolbar > .titlebar-buttonbox-container,
|
||||||
|
|
Loading…
Reference in a new issue