add temporary dummy variables for tab-block-margin
This commit is contained in:
@@ -9,7 +9,10 @@ See the above repository for updates as well as full license text. */
|
||||
urlbar_popup_full_width.css is VERY MUCH recommended for Firefox 71+ because of new urlbar popup
|
||||
*/
|
||||
|
||||
:root[proton][uidensity="compact"]{ --proton-tab-block-margin: 2px !important; }
|
||||
:root[uidensity="compact"]{
|
||||
--tab-block-margin: 2px !important;
|
||||
--proton-tab-block-margin: 2px !important;
|
||||
}
|
||||
|
||||
/* Modify these to change relative widths or default height */
|
||||
#navigator-toolbox{
|
||||
@@ -35,7 +38,7 @@ urlbar_popup_full_width.css is VERY MUCH recommended for Firefox 71+ because of
|
||||
--tabs-navbar-shadow-size: 0px;
|
||||
}
|
||||
#tabbrowser-tabs{
|
||||
--tab-min-height: calc(var(--uc-toolbar-height) - 2 * var(--proton-tab-block-margin,0px)) !important;
|
||||
--tab-min-height: calc(var(--uc-toolbar-height) - 2 * var(--tab-block-margin,0px)) !important;
|
||||
}
|
||||
|
||||
/* This isn't useful when tabs start in the middle of the window */
|
||||
|
||||
Reference in New Issue
Block a user