From 55c03cb1a2960053bbdc49a499928b22cdc44ee5 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Mon, 21 Sep 2020 17:34:11 +0300 Subject: [PATCH] Add property to modify the dropdown-item h-offset --- chrome/urlbar_popup_full_width.css | 5 +++++ 1 file changed, 5 insertions(+) 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;