diff --git a/chrome/compact_urlbar_megabar.css b/chrome/compact_urlbar_megabar.css index b6b6fcb..df18f89 100644 --- a/chrome/compact_urlbar_megabar.css +++ b/chrome/compact_urlbar_megabar.css @@ -2,14 +2,10 @@ See the above repository for updates as well as full license text. */ /* Make urlbar appear more compact */ -#urlbar[breakout]{ - margin-inline-start: 0px !important; - width: 100% !important; - left: 0 !important; - top: calc((var(--urlbar-container-height) - var(--urlbar-height)) / 2 ) !important; -} -#urlbar[breakout]:not([open]){ - bottom: calc((var(--urlbar-container-height) - var(--urlbar-height)) / 2) !important; +#urlbar[breakout][breakout-extend] { + margin-left: 0 !important; + width: var(--urlbar-width) !important; + margin-top: calc((var(--urlbar-container-height) - var(--urlbar-height)) / 2) !important; } .urlbarView{ margin-inline: 0 !important;