mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-05 19:08:18 +00:00
Refactor zen-compact-mode.css: Adjust left position of toolbar dropdown menu
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user