mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-04 00:03:12 -08:00
Fix: URL Bar - Padding for each uidensity
This commit is contained in:
parent
b83a2c6c45
commit
7eea7d25f2
1 changed files with 5 additions and 1 deletions
|
|
@ -759,9 +759,13 @@
|
|||
/*= URL Bar - Reduce Padding ===============================================*/
|
||||
:root:not([uidensity="touch"]) #urlbar-container,
|
||||
:root:not([uidensity="touch"]) #search-container {
|
||||
padding-block: 2px !important; /* Original: 4px */
|
||||
padding-block: 3px !important; /* Original: 4px */
|
||||
margin-inline: 5px !important; /* Original: 5px */
|
||||
}
|
||||
:root:not([uidensity="compact"]) #urlbar-container,
|
||||
:root:not([uidensity="compact"]) #search-container {
|
||||
padding-block: 2px !important;
|
||||
}
|
||||
|
||||
/* spread menu */
|
||||
:root:not([uidensity]) .urlbarView-row {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue