From 9b7383c4a9fc43c8126eef047bbed9164b2f1e44 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Tue, 8 Jun 2021 21:05:56 +0300 Subject: [PATCH] better position other items in toolbars --- chrome/selected_tab_as_urlbar.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chrome/selected_tab_as_urlbar.css b/chrome/selected_tab_as_urlbar.css index a540e67..7bfca53 100644 --- a/chrome/selected_tab_as_urlbar.css +++ b/chrome/selected_tab_as_urlbar.css @@ -44,8 +44,8 @@ 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 > toolbarbutton{ visibility: collapse } -#alltabs-button{ margin-right: 40px !important; } +#nav-bar-customization-target > :not(#urlbar-container){ visibility: collapse } +#TabsToolbar > .toolbar-items{ margin-right: 40px !important; } #nav-bar{ padding-right: 138px;