From 136068933fef4afd658ee4e6bf11ffeedbef43aa Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Tue, 12 Oct 2021 10:00:29 +0900 Subject: [PATCH] Add: Nav Bar - Resize Flexible space #224 --- userChrome.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/userChrome.css b/userChrome.css index b7995e5..bd81957 100644 --- a/userChrome.css +++ b/userChrome.css @@ -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 {