update installation instructions in README and refine CSS margins for compact mode

This commit is contained in:
mr. M
2025-03-14 23:21:41 +01:00
parent daa34e5ed4
commit d1098af7f0
2 changed files with 6 additions and 1 deletions

View File

@@ -16,10 +16,12 @@
#zen-tabbox-wrapper {
/* Remove extra 1px of margine we have to add to the tabbox */
margin-left: 0 !important;
margin-right: 0 !important;
}
#zen-appcontent-wrapper {
margin-left: var(--zen-element-separation) !important;
margin-right: var(--zen-element-separation) !important;
& #tabbrowser-tabbox {
margin-left: 0 !important;
@@ -92,7 +94,7 @@
& .browserSidebarContainer {
margin-left: 0 !important;
margin-right: var(--zen-element-separation) !important;
margin-right: 0 !important;
}
}