Refactor sidebar panel styles and enhance URL bar button shadow for improved visual consistency

This commit is contained in:
mr. M
2024-12-17 22:09:39 +01:00
parent dc2cb4d91c
commit f06ae08a10
2 changed files with 2 additions and 3 deletions

View File

@@ -281,9 +281,8 @@
animation: better-sidebar-pinned-hide 0.15s ease-in-out forwards !important;
}
#zen-sidebar-web-panel-wrapper:has(#zen-sidebar-web-panel:not(:is([hidden='true']))) {
#zen-sidebar-web-panel-wrapper:has(#zen-sidebar-web-panel:not([hidden='true'])) {
:root:not([zen-right-side='true']) & {
margin-left: 0 !important;
margin-right: calc(var(--zen-element-separation) * 2 - 3px) !important;
}

View File

@@ -344,7 +344,7 @@ button.popup-notification-dropmarker {
the backdrop woudn't work, we would need to apply a clip-path to the site and that's not recommended
due to performance issues */
background-color: var(--zen-branding-bg) !important;
box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1) !important;
box-shadow: 0 0 1px 1px light-dark(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.1)) !important;
outline: 1px solid light-dark(rgba(20, 20, 20, 0.2), rgba(235, 235, 235, 0.2)) !important;
outline-offset: -1px !important;
}