Disable forcing containers to workspaces by default and fix browser background being transparent (https://github.com/zen-browser/desktop/issues/2117)

This commit is contained in:
mr. M
2024-10-15 14:06:06 +02:00
parent 35c1139293
commit f6d7170537
3 changed files with 6 additions and 2 deletions

View File

@@ -136,7 +136,7 @@ pref('zen.workspaces.hide-deactivated-workspaces', 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.force-container-workspace', true);
pref('zen.workspaces.force-container-workspace', false);
pref('zen.workspaces.icons', '["🌐", "📁", "💼", "📝", "📅", "📊", "🧠", "🚀", "🎯", "🔒", "💡", "🎨", "🛠️", "🧩", "💻", "📱", "🎓", "📚", "⚙️", "🎉", "🕹️", "🛒", "🔍","🧪","🔧","🗝️","🎧","🎮"]');
pref('services.sync.prefs.sync.zen.workspaces.icons', true);
pref('services.sync.engine.workspaces', false);

View File

@@ -11,6 +11,10 @@
box-shadow: var(--uc-tweak-rounded-corners-shadow) !important;
& browser {
background-color: white;
}
/* Use pseudo element overlay to simulate rounded corners, similar to the
* tab corners, fixes bug with backdrop-filter. */
&::after {