mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 08:55:31 +02:00
Update chrome.css
This commit is contained in:
parent
dc9d570f72
commit
3ca4a2d630
1 changed files with 20 additions and 30 deletions
|
@ -74,6 +74,19 @@
|
|||
}
|
||||
}
|
||||
|
||||
:root:has(#theme-SuperPins[uc-tabs-show-separator="never"]) {
|
||||
.vertical-pinned-tabs-container-separator {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
#vertical-pinned-tabs-container>.zen-workspace-tabs-section,
|
||||
.zen-workspace-pinned-tabs-section {
|
||||
&:has(> :nth-child(2)) {
|
||||
padding-bottom: 5px !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* Enables legacy layout for pinned tabs (icon only in grid) */
|
||||
@media (-moz-bool-pref: "uc.pins.legacy-layout") {
|
||||
#navigator-toolbox[zen-sidebar-expanded="true"] {
|
||||
|
@ -195,19 +208,6 @@
|
|||
transform: translateX(-50%) !important;
|
||||
width: calc(100% - var(--zen-toolbox-padding) * 2) !important;
|
||||
}
|
||||
|
||||
:root:has(#theme-SuperPins[uc-tabs-show-separator="never"]) {
|
||||
.vertical-pinned-tabs-container-separator {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
#vertical-pinned-tabs-container>.zen-workspace-tabs-section,
|
||||
.zen-workspace-pinned-tabs-section {
|
||||
&:has(> :nth-child(2)) {
|
||||
padding-bottom: 5px !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* Make Essentials look more box like */
|
||||
|
@ -254,23 +254,6 @@
|
|||
|
||||
/* Puts Essentials at the bottom */
|
||||
:root:has(#theme-SuperPins[uc-essentials-position="bottom"]) {
|
||||
.tabbrowser-tab:not([pinned]), #tabs-newtab-button {
|
||||
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;
|
||||
|
@ -287,6 +270,7 @@
|
|||
}
|
||||
|
||||
#tabbrowser-arrowscrollbox > zen-workspace {
|
||||
width: 100% !important;
|
||||
padding-top: 0 !important;
|
||||
}
|
||||
|
||||
|
@ -584,6 +568,12 @@
|
|||
}
|
||||
|
||||
@media (-moz-bool-pref: "uc.pins.stay-at-top") {
|
||||
@media (-moz-bool-pref: "theme.nosidebarscrollbar.before125b") {
|
||||
#tabbrowser-arrowscrollbox .zen-workspace-normal-tabs-section {
|
||||
scrollbar-width: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
zen-workspace > arrowscrollbox.workspace-arrowscrollbox {
|
||||
overflow-y: hidden !important;
|
||||
flex-basis: 100%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue