Refactor CSS for improved UI experience in the bookmarks sidebar

This commit is contained in:
mauro-balades
2024-09-13 23:31:17 +02:00
parent cb6e77ac51
commit 313c1161ff

View File

@@ -254,15 +254,15 @@ button.popup-notification-dropmarker {
&[notificationside="top"] {
position: absolute;
bottom: 0;
right: 0;
bottom: calc(var(--zen-element-separation) * 1.5);
right: calc(var(--zen-element-separation) * 1.5);
width: fit-content;
max-width: 30rem !important;
& notification-message {
background: var(--zen-colors-tertiary);
border-left: 1px solid var(--arrowpanel-border-color);
border-top-left-radius: var(--zen-border-radius);
border: 1px solid var(--arrowpanel-border-color);
border-radius: var(--zen-border-radius);
&::before {
display: none;