Refactor CSS styles for zen-browser-container to improve layout consistency and shadow effects

This commit is contained in:
mr. M
2025-01-05 18:17:54 +01:00
parent 76cc2fdb25
commit 22a0884203

View File

@@ -14,16 +14,15 @@
transform 0.1s ease-in-out,
opacity 0.1s ease-in-out;
box-shadow: 0 0 1px 1px light-dark(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5));
overflow: hidden;
margin: 1px;
:root[zen-right-side='true'] & {
margin-left: var(--zen-element-separation);
}
:root[zen-no-padding='true'] &:not([zen-split='true']) {
border-radius: 0 !important;
:root:not([zen-no-padding='true']) & {
margin: 1px;
box-shadow: 0 0 1px 1px light-dark(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5));
}
}