Add property to modify the dropdown-item h-offset
This commit is contained in:
parent
a4de347ad5
commit
55c03cb1a2
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue