mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-08 01:10:01 +02:00
Update chrome.css
This commit is contained in:
parent
efccb19b08
commit
44860b5dc1
1 changed files with 21 additions and 2 deletions
|
@ -254,13 +254,32 @@
|
||||||
|
|
||||||
/* Puts Essentials at the bottom */
|
/* Puts Essentials at the bottom */
|
||||||
:has(#theme-SuperPins[uc-essentials-position="bottom"]) {
|
:has(#theme-SuperPins[uc-essentials-position="bottom"]) {
|
||||||
#tabbrowser-tabs {
|
.tabbrowser-tab:not([pinned]), #tabs-newtab-button {
|
||||||
height: 100% !important;
|
margin-left: var(--zen-toolbox-padding) !important;
|
||||||
|
margin-right: var(--zen-toolbox-padding) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.zen-workspace-pinned-tabs-section {
|
||||||
|
max-width: calc(100% - var(--zen-toolbox-padding) * 3) !important;
|
||||||
|
min-width: calc(100% - var(--zen-toolbox-padding) * 3) !important;
|
||||||
|
width: calc(100% - var(--zen-toolbox-padding) * 3) !important;
|
||||||
|
padding-left: calc(var(--zen-toolbox-padding) * 2) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.vertical-pinned-tabs-container-separator {
|
||||||
|
width: calc(100% - var(--zen-toolbox-padding) * 3) !important;
|
||||||
|
margin-left: calc(var(--zen-toolbox-padding) / 2) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
#tabbrowser-arrowscrollbox {
|
||||||
|
position: relative !important;
|
||||||
|
overflow-x: hidden !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.zen-essentials-container {
|
.zen-essentials-container {
|
||||||
position: relative !important;
|
position: relative !important;
|
||||||
margin-top: auto !important;
|
margin-top: auto !important;
|
||||||
|
padding-top: 8px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#zen-essentials-container, #zen-essentials {
|
#zen-essentials-container, #zen-essentials {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue