only apply taller pinned tabs when using compact mode
This commit is contained in:
@@ -55,7 +55,7 @@ See the above repository for updates as well as full license text. */
|
||||
/* tab shaping */
|
||||
.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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user