mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-08 01:10:01 +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 */
|
||||
: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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue