mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-02-04 22:40:36 -08:00
Add: URL Bar - Reduce padding
This commit is contained in:
parent
7a67a59e1c
commit
43fa950090
1 changed files with 10 additions and 3 deletions
|
|
@ -311,11 +311,18 @@
|
|||
}
|
||||
|
||||
/* spread menu */
|
||||
:root[uidensity=compact] .urlbarView-row:not([type=tip], [type=dynamic]) {
|
||||
padding-block: 1px; /* [Compact, General]: 2px, Touch: 11px */
|
||||
:root:not([uidensity]) .urlbarView-row {
|
||||
padding-block: 1px; /* Original: 2px */
|
||||
}
|
||||
:root[uidensity=compact] .urlbarView-row {
|
||||
padding-block: 0px;
|
||||
}
|
||||
|
||||
:root:not([uidensity]) #urlbar .search-one-offs:not([hidden]) {
|
||||
padding-block: 8px; /* Original: 10px */
|
||||
}
|
||||
:root[uidensity=compact] #urlbar .search-one-offs:not([hidden]) {
|
||||
padding-block: 2px; /* [Compact, General]: 4px, Touch 11px */
|
||||
padding-block: 2px;
|
||||
}
|
||||
|
||||
/*= BookMark Bar - Reduce Height ===========================================*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue