mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-10 03:40:14 +00:00
add proton tab block margin to tabs
This commit is contained in:
parent
10b736a1f7
commit
c738f89f77
1 changed files with 2 additions and 2 deletions
|
@ -149,13 +149,13 @@ See the above repository for updates as well as full license text. */
|
|||
overflow: -moz-hidden-unscrollable;
|
||||
display: block;
|
||||
--scrollbutton-display-model: none;
|
||||
--uc-scrollbox-max-height: calc(var(--tab-min-height) * var(--multirow-n-rows));
|
||||
--uc-scrollbox-max-height: calc((var(--tab-min-height) + 2 * var(--proton-tab-block-margin,0px)) * var(--multirow-n-rows));
|
||||
}
|
||||
|
||||
:root[inFullscreen] .scrollbox-clip[orient="horizontal"]:not(:hover),
|
||||
:root[inFullscreen] #tabbrowser-arrowscrollbox:not(:hover){ --uc-scrollbox-max-height: 1px; min-height: 1px !important; }
|
||||
|
||||
.tabbrowser-tab{ height: var(--tab-min-height); }
|
||||
.tabbrowser-tab{ height: calc((var(--tab-min-height) + 2 * var(--proton-tab-block-margin,0px))) !important; }
|
||||
|
||||
.tabbrowser-tab[pinned]{
|
||||
position: static !important;
|
||||
|
|
Loading…
Reference in a new issue