From 29b9326db484f4977ba8435cd8797b740bf4503d Mon Sep 17 00:00:00 2001 From: CosmoCreeper <179134799+CosmoCreeper@users.noreply.github.com> Date: Mon, 16 Jun 2025 20:45:46 -0400 Subject: [PATCH 1/4] Update preferences.json to latest. --- .../preferences.json | 41 +++++++++++++++++-- 1 file changed, 38 insertions(+), 3 deletions(-) diff --git a/themes/ad97bb70-0066-4e42-9b5f-173a5e42c6fc/preferences.json b/themes/ad97bb70-0066-4e42-9b5f-173a5e42c6fc/preferences.json index ad2d2e50..df226b4a 100644 --- a/themes/ad97bb70-0066-4e42-9b5f-173a5e42c6fc/preferences.json +++ b/themes/ad97bb70-0066-4e42-9b5f-173a5e42c6fc/preferences.json @@ -68,6 +68,12 @@ "type": "checkbox", "disabledOn": [] }, + { + "property": "uc.essentials.same-height", + "label": "Makes the Essentials have the same height of Pinned Tabs", + "type": "checkbox", + "disabledOn": [] + }, { "property": "uc.essentials.auto-grow", "label": "Makes the Essentials auto-grow to fit the full width of its row.", @@ -76,7 +82,7 @@ }, { "property": "uc.essentials.position", - "label": "Select the position of Essentials (doesn't work on >1.11.5t with container-specific essentials)", + "label": "Select the position of Essentials (doesn't work on >1.21.1b with container-specific essentials)", "type": "dropdown", "placeholder": "Top", "disabledOn": [], @@ -130,8 +136,37 @@ "property": "zen.workspaces.show-workspace-indicator", "label": "Shows the workspace-indicator between Essentials and Pins", "type": "checkbox", + "defaultValue": true, + "disabledOn": [] + }, + { + "property": "zen.workspaces.indicator-name-center", + "label": "Center the workspace indicator name", + "type": "checkbox", + "disabledOn": [] + }, + { + "property": "uc.superpins.essentials-below-indicator", + "label": "Essentials will be placed below workspace indicator when both are at the bottom", + "type": "checkbox", + "disabledOn": [] + }, + { + "property": "zen.workspaces.indicator-position", + "label": "Select the position of the workspace indicator", + "type": "dropdown", "disabledOn": [], - "defaultValue": false + "placeholder": "Default", + "options": [ + { + "label": "Top", + "value": "top" + }, + { + "label": "Bottom", + "value": "bottom" + } + ] }, { "property": "browser.sessionstore.restore_pinned_tabs_on_demand", @@ -315,4 +350,4 @@ "disabledOn": [], "defaultValue": "1" } -] \ No newline at end of file +] From 27b94d61afba55748ab3c63d085dd69c95825030 Mon Sep 17 00:00:00 2001 From: CosmoCreeper <179134799+CosmoCreeper@users.noreply.github.com> Date: Tue, 17 Jun 2025 14:15:22 -0400 Subject: [PATCH 2/4] Add the no-sidebar-scrollbar option. --- .../ad97bb70-0066-4e42-9b5f-173a5e42c6fc/preferences.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/themes/ad97bb70-0066-4e42-9b5f-173a5e42c6fc/preferences.json b/themes/ad97bb70-0066-4e42-9b5f-173a5e42c6fc/preferences.json index df226b4a..6f5e4379 100644 --- a/themes/ad97bb70-0066-4e42-9b5f-173a5e42c6fc/preferences.json +++ b/themes/ad97bb70-0066-4e42-9b5f-173a5e42c6fc/preferences.json @@ -198,6 +198,12 @@ "type": "checkbox", "disabledOn": [] }, + { + "property": "uc.remove-sidebar-scrollbar", + "label": "Removes the sidebar scrollbar", + "type": "checkbox", + "disabledOn": [] + }, { "property": "uc.tabs.show-separator", "label": "When to display separator", From f944ed8071511e3cdb8ea247390297dbf0199e30 Mon Sep 17 00:00:00 2001 From: CosmoCreeper <179134799+CosmoCreeper@users.noreply.github.com> Date: Tue, 17 Jun 2025 14:16:14 -0400 Subject: [PATCH 3/4] Fix the essentials margin and add no-sidebar-scrollbar styling. --- .../chrome.css | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/themes/ad97bb70-0066-4e42-9b5f-173a5e42c6fc/chrome.css b/themes/ad97bb70-0066-4e42-9b5f-173a5e42c6fc/chrome.css index 2409b404..41ff2372 100644 --- a/themes/ad97bb70-0066-4e42-9b5f-173a5e42c6fc/chrome.css +++ b/themes/ad97bb70-0066-4e42-9b5f-173a5e42c6fc/chrome.css @@ -506,9 +506,9 @@ } :root:has(#theme-SuperPins[uc-tabs-show-separator="essentials-shown"]) { - #zen-essentials-container, .zen-essentials-container { + zen-workspace[active="true"]:has(.zen-workspace-pinned-tabs-section .tabbrowser-tab) { &:has(~ #zen-tabs-wrapper #zen-browser-tabs-container #vertical-pinned-tabs-container .zen-workspace-tabs-section[active="true"] .tabbrowser-tab) { - margin-bottom: 8px !important; + margin-top: 6px !important; } } @@ -526,8 +526,8 @@ } :root:not(:has(#theme-SuperPins[uc-tabs-show-separator="essentials-shown"])) { - #zen-essentials-container, .zen-essentials-container { - margin-bottom: 8px !important; + #tabbrowser-tabs:has(.zen-essentials-container) #zen-tabs-wrapper { + margin-top: 6px !important; } } } @@ -568,12 +568,6 @@ } @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%; @@ -639,4 +633,10 @@ margin-top: 2px; } } + + @media (-moz-bool-pref: "uc.remove-sidebar-scrollbar") { + scrollbox:nth-child(5), #tabbrowser-arrowscrollbox .zen-workspace-normal-tabs-section { + scrollbar-width: none !important; + } + } } From afa4d8c19b7ae984a6b08ad2ef25daaca7db0fc4 Mon Sep 17 00:00:00 2001 From: CosmoCreeper <179134799+CosmoCreeper@users.noreply.github.com> Date: Tue, 17 Jun 2025 14:16:37 -0400 Subject: [PATCH 4/4] Update version. --- themes/ad97bb70-0066-4e42-9b5f-173a5e42c6fc/theme.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/ad97bb70-0066-4e42-9b5f-173a5e42c6fc/theme.json b/themes/ad97bb70-0066-4e42-9b5f-173a5e42c6fc/theme.json index 7b733a2f..a4e30297 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.5", + "version": "1.5.6", "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-16" -} \ No newline at end of file +}