From e87273a7b7c77aaeea38f071e39def5e939447cb Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Wed, 24 Jul 2024 05:39:28 +0300 Subject: [PATCH] selected tab as urlbar: restore pointer-events to urlbarview Also make TabsToolbar inline margins a bit smaller. --- chrome/selected_tab_as_urlbar.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/chrome/selected_tab_as_urlbar.css b/chrome/selected_tab_as_urlbar.css index a6e1b8e..a7a813e 100644 --- a/chrome/selected_tab_as_urlbar.css +++ b/chrome/selected_tab_as_urlbar.css @@ -58,6 +58,7 @@ See the above repository for updates as well as full license text. */ left:50vw; width: max(70vw,600px) !important; transform: translateX(-50%) !important; + pointer-events: auto; } .tabbrowser-tab[selected][fadein]{ @@ -81,8 +82,8 @@ See the above repository for updates as well as full license text. */ /* Oh and! also hide other buttons from the nav-bar because why not */ :root:not([customizing]) #nav-bar-customization-target > :not(#urlbar-container){ visibility: collapse } #TabsToolbar > .toolbar-items{ - margin-right: 112px !important; /* This is space on right side for 3 buttons, menu, overflow and addons */ - margin-left: 80px !important; + margin-right: 104px !important; /* This is space on right side for 3 buttons, menu, overflow and addons */ + margin-left: 72px !important; } #unified-extensions-button{ visibility: visible !important;