tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit 37607b8dd185d44f0c20513820a5e9ee25383c44
parent 2340085650ef52b6a7eae03b9a2e6d2e2e600515
Author: Kelly Cochrane <kcochrane@mozilla.com>
Date:   Tue, 21 Oct 2025 12:41:38 +0000

Bug 1995511 - Ensure 'customize sidebar' button displays at the bottom of the sidebar when horizontal tabs are enabled r=sclements

Differential Revision: https://phabricator.services.mozilla.com/D269386

Diffstat:
Mbrowser/components/sidebar/sidebar-main.css | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/browser/components/sidebar/sidebar-main.css b/browser/components/sidebar/sidebar-main.css @@ -143,6 +143,7 @@ display: flex; flex-direction: column; flex-shrink: 0; + justify-content: space-between; min-height: calc(var(--button-min-height) + (var(--space-small) * 2)); overflow: hidden;