mirror of
https://github.com/zen-browser/desktop.git
synced 2026-09-18 02:34:42 +00:00
fix: Add a margin to the urlbar only when closed, b=no-bug, c=common
This commit is contained in:
@@ -62,6 +62,10 @@
|
||||
border-radius: var(--border-radius-medium);
|
||||
outline: none !important;
|
||||
|
||||
#urlbar:not([breakout-extend='true']) & {
|
||||
margin: 1px;
|
||||
}
|
||||
|
||||
border: none !important;
|
||||
box-shadow: none !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user