From 7640b349eefe54437bc79b4a50e956452d4711dd Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Thu, 13 Feb 2020 19:35:27 +0200 Subject: [PATCH] update --- chrome/full_width_urlbar_popup.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/chrome/full_width_urlbar_popup.css b/chrome/full_width_urlbar_popup.css index cade2e0..2eea459 100644 --- a/chrome/full_width_urlbar_popup.css +++ b/chrome/full_width_urlbar_popup.css @@ -10,15 +10,16 @@ margin-inline-start: 0px !important; width: 100% !important; left: 0 !important; + border-radius: 2px; } #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; } -.urlbarView:not([hidden]){ +#urlbar[open] > .urlbarView{ display: block !important; position: fixed !important; - margin-top: calc(var(--urlbar-height) + 1px); + margin-top: calc(var(--urlbar-height) + 1px) !important;; left: 0; width: 100vw !important; background-color: var(--autocomplete-popup-background) !important;