only apply taller pinned tabs when using compact mode
This commit is contained in:
parent
683bdce1ad
commit
f7badbc69c
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ See the above repository for updates as well as full license text. */
|
||||||
/* tab shaping */
|
/* tab shaping */
|
||||||
.tabbrowser-tab{ padding-inline: 0 !important; }
|
.tabbrowser-tab{ padding-inline: 0 !important; }
|
||||||
|
|
||||||
#tabbrowser-tabs[positionpinnedtabs] .tabbrowser-tab[pinned]{ min-height: calc(var(--tab-min-height) + 2px) !important; }
|
:root[uidensity="compact"] #tabbrowser-tabs[positionpinnedtabs] .tabbrowser-tab[pinned]{ min-height: calc(var(--tab-min-height) + 2px) !important; }
|
||||||
|
|
||||||
.tab-content[pinned]{ padding-inline: 11px !important; }
|
.tab-content[pinned]{ padding-inline: 11px !important; }
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue