mirror of
https://github.com/zen-browser/desktop.git
synced 2025-10-03 08:28:38 +00:00
Refactor toolbar and vertical tabs styles
This commit is contained in:
@@ -1,6 +1,3 @@
|
||||
toolbar {
|
||||
min-height: 46px;
|
||||
}
|
||||
|
||||
#zen-profile-button {
|
||||
& stack {
|
||||
|
@@ -173,11 +173,14 @@
|
||||
) {
|
||||
--zen-toolbox-min-width: fit-content;
|
||||
padding: var(--zen-toolbox-padding);
|
||||
padding-left: 0 !important;
|
||||
padding-left: 0;
|
||||
padding-top: 0;
|
||||
|
||||
& #titlebar {
|
||||
min-width: 150px;
|
||||
}
|
||||
|
||||
& #zen-sidebar-top-buttons {
|
||||
padding-left: var(--zen-toolbox-padding);
|
||||
}
|
||||
|
||||
@@ -226,6 +229,9 @@
|
||||
|
||||
&:not([zen-right-side='true']) {
|
||||
padding-right: 0;
|
||||
& #titlebar {
|
||||
padding-left: var(--zen-toolbox-padding);
|
||||
}
|
||||
}
|
||||
|
||||
& #TabsToolbar-customization-target {
|
||||
|
@@ -210,7 +210,7 @@
|
||||
|
||||
justify-content: space-between;
|
||||
align-content: space-between;
|
||||
max-height: 350px;
|
||||
max-height: 250px;
|
||||
}
|
||||
|
||||
#PanelUI-zen-workspaces-list {
|
||||
|
Reference in New Issue
Block a user