Add property to modify the dropdown-item h-offset

This commit is contained in:
MrOtherGuy 2020-09-21 17:34:11 +03:00
parent a4de347ad5
commit 55c03cb1a2

View file

@ -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 */ /* 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-container,
#urlbar{ #urlbar{
position: static !important; position: static !important;