mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-01 06:50:33 -08:00
Add: Nav Bar - Resize Flexible space #224
This commit is contained in:
parent
c3e7a5f5f9
commit
136068933f
1 changed files with 6 additions and 0 deletions
|
|
@ -2107,6 +2107,12 @@
|
|||
background-position-y: bottom calc(4.5px + var(--tabs-navbar-shadow-size)) !important;
|
||||
}
|
||||
|
||||
/*= Nav Bar - Reduce Width =================================================*/
|
||||
#nav-bar:not([customizing]) toolbarspring {
|
||||
min-width: 1px !important;
|
||||
max-width: 100px !important;
|
||||
}
|
||||
|
||||
/*= URL Bar - Reduce Padding ===============================================*/
|
||||
:root:not([uidensity="touch"]) #urlbar-container,
|
||||
:root:not([uidensity="touch"]) #search-container {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue