add temporary dummy variables for tab-block-margin
This commit is contained in:
@@ -10,6 +10,9 @@ Additionally on Linux, you may need to get:
|
||||
linux_gtk_window_control_patch.css
|
||||
*/
|
||||
|
||||
/* Dummy variable to support both versions 89-90 */
|
||||
:root{ --tab-block-margin: var(--proton-tab-block-margin) }
|
||||
|
||||
.titlebar-buttonbox-container{
|
||||
position: fixed;
|
||||
display: block;
|
||||
@@ -37,7 +40,7 @@ linux_gtk_window_control_patch.css
|
||||
:root[sizemode="maximized"] #toolbar-menubar:not([autohide="false"]) .titlebar-buttonbox-container{ top: 8px }
|
||||
}
|
||||
/* Move tabs below content */
|
||||
:root:not([inDOMFullscreen]) #browser-bottombox{ margin-bottom: calc(var(--tab-min-height) + 2 * var(--proton-tab-block-margin,0px)) }
|
||||
:root:not([inDOMFullscreen]) #browser-bottombox{ margin-bottom: calc(var(--tab-min-height) + 2 * var(--tab-block-margin,0px)) }
|
||||
:root[inFullscreen]:not([inDOMFullscreen]) #browser-bottombox{ margin-bottom: 1px; }
|
||||
|
||||
#TabsToolbar{
|
||||
@@ -45,7 +48,7 @@ linux_gtk_window_control_patch.css
|
||||
display: block;
|
||||
bottom: 0;
|
||||
width: 100vw;
|
||||
height: calc(var(--tab-min-height) + 2 * var(--proton-tab-block-margin,0px));
|
||||
height: calc(var(--tab-min-height) + 2 * var(--tab-block-margin,0px));
|
||||
--tabs-navbar-shadow-size: 0px;
|
||||
}
|
||||
#TabsToolbar:hover{ z-index: 1 }
|
||||
|
||||
Reference in New Issue
Block a user