diff --git a/chrome/full_width_urlbar_popup.css b/chrome/full_width_urlbar_popup.css index 2eea459..17c7365 100644 --- a/chrome/full_width_urlbar_popup.css +++ b/chrome/full_width_urlbar_popup.css @@ -12,6 +12,9 @@ left: 0 !important; border-radius: 2px; } + +#urlbar-container.megabar{ padding-block: 1px !important } + #urlbar-background{ display: none !important; } #urlbar[focused]{ border-color: var(--lwt-toolbar-field-border-focus, highlight) } #urlbar-input-container{ padding: 0 !important; height: 100% !important; }