Set the tabs toolbar width correctly
This commit is contained in:
@@ -32,11 +32,12 @@ Window controls will be all wrong without it
|
||||
|
||||
/* Move tabs below content */
|
||||
: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 */
|
||||
#TabsToolbar > .titlebar-buttonbox-container,
|
||||
#window-controls, /* Fullscreen window controls */
|
||||
#TabsToolbar .titlebar-spacer{
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user