Add: Nav Bar - Resize Flexible space #224

This commit is contained in:
alstjr7375 2021-10-12 10:00:29 +09:00
parent c3e7a5f5f9
commit 136068933f

View file

@ -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 {