add temporary dummy variables for tab-block-margin
This commit is contained in:
@@ -12,7 +12,10 @@ See the above repository for updates as well as full license text. */
|
||||
/* Modify it to suit your needs */
|
||||
@media screen and (min-width: 1100px){
|
||||
|
||||
: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{
|
||||
@@ -38,7 +41,7 @@ See the above repository for updates as well as full license text. */
|
||||
--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