Refactor CSS styles to enhance layout consistency and improve padding values

This commit is contained in:
mr. M
2025-01-17 19:55:51 +01:00
parent e950e012ed
commit 816d6887ad
3 changed files with 1 additions and 8 deletions

View File

@@ -29,7 +29,6 @@
}
:root:not([zen-no-padding='true']) & {
margin: 1px;
box-shadow: 0 0 9.73px 0px rgba(0, 0, 0, 0.25);
}
}

View File

@@ -124,8 +124,6 @@
#zen-appcontent-wrapper {
max-width: 100%;
min-width: 1px;
overflow-x: hidden;
z-index: 1;
}
@@ -142,10 +140,6 @@
&[zen-right-side='true'] #zen-tabbox-wrapper {
margin-right: 0;
}
&:not([zen-no-padding='true'], [zen-right-side='true']) #zen-tabbox-wrapper {
margin-left: 1px;
}
}
#tabbrowser-tabbox {

View File

@@ -65,7 +65,7 @@
}
#browser {
--zen-toolbox-padding: max(4px, calc(var(--zen-element-separation) / 1.5));
--zen-toolbox-padding: max(6px, calc(var(--zen-element-separation) / 1.5));
}
:root[zen-single-toolbar='true'] {