diff --git a/themes/ad97bb70-0066-4e42-9b5f-173a5e42c6fc/chrome.css b/themes/ad97bb70-0066-4e42-9b5f-173a5e42c6fc/chrome.css index 03a5e021..2409b404 100644 --- a/themes/ad97bb70-0066-4e42-9b5f-173a5e42c6fc/chrome.css +++ b/themes/ad97bb70-0066-4e42-9b5f-173a5e42c6fc/chrome.css @@ -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%; diff --git a/themes/ad97bb70-0066-4e42-9b5f-173a5e42c6fc/theme.json b/themes/ad97bb70-0066-4e42-9b5f-173a5e42c6fc/theme.json index e193cc51..42558f75 100644 --- a/themes/ad97bb70-0066-4e42-9b5f-173a5e42c6fc/theme.json +++ b/themes/ad97bb70-0066-4e42-9b5f-173a5e42c6fc/theme.json @@ -7,11 +7,11 @@ "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ad97bb70-0066-4e42-9b5f-173a5e42c6fc/readme.md", "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ad97bb70-0066-4e42-9b5f-173a5e42c6fc/image.png", "author": "CosmoCreeper", - "version": "1.5.4", + "version": "1.5.5", "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ad97bb70-0066-4e42-9b5f-173a5e42c6fc/preferences.json", "tags": [ "tabs" ], "createdAt": "2024-08-28", "updatedAt": "2025-06-11" -} \ No newline at end of file +}