fix: Add a margin to the urlbar only when closed, b=no-bug, c=common

This commit is contained in:
Mr. M
2025-11-08 12:36:48 +01:00
parent 2ec4510850
commit 879865e625

View File

@@ -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;
}