Refactor CSS for compact mode and vertical tabs

This commit is contained in:
Mauro Baladés
2024-09-15 20:35:33 -07:00
parent d38174483f
commit 424bcd8161
2 changed files with 5 additions and 0 deletions

View File

@@ -12,6 +12,10 @@
margin-top: 0 !important;
}
#nav-bar {
padding-left: 5px !important;
}
#navigator-toolbox {
--zen-compact-toolbox-margin-single: calc(var(--zen-element-separation) * 2);
--zen-compact-toolbox-margin: var(--zen-compact-toolbox-margin-single);

View File

@@ -64,6 +64,7 @@
& toolbarbutton {
width: fit-content;
padding: 0 !important;
}
}