mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 17:05:31 +02:00
Fix height of pinned tabs.
This commit is contained in:
parent
7a951cf19d
commit
de33e5ad50
1 changed files with 3 additions and 3 deletions
|
@ -367,19 +367,19 @@
|
||||||
|
|
||||||
/* pins height */
|
/* pins height */
|
||||||
:root:has(#theme-SuperPins[uc-pinned-height="small"]) {
|
: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;
|
height: 40px !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
:root:has(#theme-SuperPins[uc-pinned-height="normal"]) {
|
: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;
|
height: 50px !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
:root:has(#theme-SuperPins[uc-pinned-height="large"]) {
|
: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;
|
height: 60px !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue