From 4650a9fb00b5ad980222000ea32b4c4588bc84d5 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Fri, 24 Mar 2023 10:16:57 +0200 Subject: [PATCH] selected_tab_as_urlbar: don't hide nav-bar items is customization view --- chrome/selected_tab_as_urlbar.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/selected_tab_as_urlbar.css b/chrome/selected_tab_as_urlbar.css index 2517dd4..1328919 100644 --- a/chrome/selected_tab_as_urlbar.css +++ b/chrome/selected_tab_as_urlbar.css @@ -49,7 +49,7 @@ See the above repository for updates as well as full license text. */ :root:not([customizing]) #titlebar{ margin-bottom: -40px } /* Oh and! also hide other buttons from the nav-bar because why not */ -#nav-bar-customization-target > :not(#urlbar-container){ visibility: collapse } +:root:not([customizing]) #nav-bar-customization-target > :not(#urlbar-container){ visibility: collapse } #TabsToolbar > .toolbar-items{ margin-right: 40px !important; } #nav-bar{