Refactor vertical tabs CSS to improve layout and transitions

This commit is contained in:
mauro-balades
2024-09-27 18:56:43 +02:00
parent 78f60b866e
commit fc46e4ae79
3 changed files with 6 additions and 4 deletions

View File

@@ -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);

View File

@@ -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;
}
}