Refactor zen-compact-mode.css: Adjust left position of toolbar dropdown menu

This commit is contained in:
mr. M
2024-11-03 16:59:53 +01:00
parent 0ca828325d
commit 40c0a9bf51

View File

@@ -121,7 +121,7 @@
position: absolute;
top: 0;
transform: translateY(calc(-100% + var(--zen-element-separation) + 1px));
left: calc(var(--zen-element-separation) + var(--zen-compact-toolbar-offset));
left: 0;
z-index: 10;
box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.3) !important;
border-bottom-left-radius: var(--zen-border-radius);