tor-browser

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

commit 9e4ec1d905ec3cc3249729244c1f66b8474da389
parent 9d45bcc5c8584db7d25ac49b5d9e185222dfefc2
Author: Jonathan Sudiaman <jsudiaman@mozilla.com>
Date:   Wed,  3 Dec 2025 13:52:29 +0000

Bug 1987142 - Hide extra find in page options when split view is active. r=tabbrowser-reviewers,sclements,desktop-theme-reviewers,dao

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

Diffstat:
Mtoolkit/themes/shared/findbar.css | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/toolkit/themes/shared/findbar.css b/toolkit/themes/shared/findbar.css @@ -166,6 +166,12 @@ xul|findbar { display: none; } +/* Since the find bar is not fully responsive, and most checkboxes cannot fit + * within the width of a single split-view panel, we hide them. */ +.split-view-panel .findbar-container > checkbox { + display: none; +} + /* Close button */ /* Increase specificity to override close-icon.css */