Fix height of pinned tabs.

This commit is contained in:
CosmoCreeper 2025-06-04 20:27:42 -04:00 committed by GitHub
parent 7a951cf19d
commit de33e5ad50
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -367,19 +367,19 @@
/* pins height */
:root:has(#theme-SuperPins[uc-pinned-height="small"]) {
arrowscrollbox:nth-child(2) > vbox:nth-child(1) > tab {
.zen-workspace-pinned-tabs-section .tabbrowser-tab {
height: 40px !important;
}
}
:root:has(#theme-SuperPins[uc-pinned-height="normal"]) {
arrowscrollbox:nth-child(2) > vbox:nth-child(1) > tab {
.zen-workspace-pinned-tabs-section .tabbrowser-tab {
height: 50px !important;
}
}
:root:has(#theme-SuperPins[uc-pinned-height="large"]) {
arrowscrollbox:nth-child(2) > vbox:nth-child(1) > tab {
.zen-workspace-pinned-tabs-section .tabbrowser-tab {
height: 60px !important;
}
}