diff --git a/src/browser/app/profile/zen-browser.js b/src/browser/app/profile/zen-browser.js index 3c90f0d04..972393a51 100644 --- a/src/browser/app/profile/zen-browser.js +++ b/src/browser/app/profile/zen-browser.js @@ -125,7 +125,7 @@ pref('zen.workspaces.enabled', true); pref('zen.workspaces.hide-default-container-indicator', true); pref('zen.workspaces.individual-pinned-tabs', true); pref('zen.workspaces.show-icon-strip', true); -pref('zen.workspaces.icons', '["🌐", "📁", "📎", "📝", "📅", "📊"]'); +pref('zen.workspaces.icons', '["🌐", "📁", "💼", "📝", "📅", "📊","🧠"]'); // Zen Watermark pref('zen.watermark.enabled', true, sticky); diff --git a/src/browser/base/content/zen-components b/src/browser/base/content/zen-components index 9ae3de71e..7af14f148 160000 --- a/src/browser/base/content/zen-components +++ b/src/browser/base/content/zen-components @@ -1 +1 @@ -Subproject commit 9ae3de71e7d05dada506eb9ba639ac9d2a06e046 +Subproject commit 7af14f14844994df9d856d4b530ba620e040f1eb diff --git a/src/browser/base/content/zen-styles/zen-tabs/vertical-tabs.css b/src/browser/base/content/zen-styles/zen-tabs/vertical-tabs.css index 0c5d40d04..2c3547035 100644 --- a/src/browser/base/content/zen-styles/zen-tabs/vertical-tabs.css +++ b/src/browser/base/content/zen-styles/zen-tabs/vertical-tabs.css @@ -35,6 +35,8 @@ padding-top: var(--zen-toolbox-top-align); padding-bottom: var(--zen-element-separation); + order: 0 !important; + display: flex; } @@ -578,11 +580,11 @@ /* Mark: Move sidebar to the right */ #browser:has(#navigator-toolbox[zen-right-side='true']) { & #navigator-toolbox { - order: 3; + order: 3 !important; } & #zen-sidebar-splitter { - order: 2; + order: 2 !important; } }