Skip to content

Commit c02848c

Browse files
authored
Update urlbar.css
Added "Fixed URL address text padding when urlbar is in focus but not open" from muckSponge#325
1 parent 80333a5 commit c02848c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

chrome/urlbar/urlbar.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@
205205
{
206206
/* -moz-accent-color won't work in a var... */
207207
border: 2px solid -moz-accent-color !important;
208-
padding: 0 !important;
208+
padding: 0 auto !important;
209209
margin: 0 !important;
210210
}
211211

@@ -821,4 +821,4 @@
821821
{
822822
padding-inline-end: .5px !important;
823823
}
824-
}
824+
}

0 commit comments

Comments
 (0)