diff --git a/chrome/urlbar_popup_full_width.css b/chrome/urlbar_popup_full_width.css index 68757f5..09ae2d5 100644 --- a/chrome/urlbar_popup_full_width.css +++ b/chrome/urlbar_popup_full_width.css @@ -3,6 +3,11 @@ See the above repository for updates as well as full license text. */ /* Make urlbar popup appear full size like it did before urlbar re-design */ +.urlbarView-row-inner{ + /* This sets how far the dropdown-items are from window edge */ + padding-inline-start: 6px !important; + } + #urlbar-container, #urlbar{ position: static !important;