tor-browser

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

commit 1bed9262daed136015e39c941990c10e74693a1a
parent 7bebbc2d942cf21ed1067ce14b430eb5fdb910bf
Author: Dale Harvey <dale@arandomurl.com>
Date:   Fri,  5 Dec 2025 20:41:58 +0000

Bug 2002663 - Display urlbar trust icon as inline-flex. r=dao,desktop-theme-reviewers

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

Diffstat:
Mbrowser/themes/shared/identity-block/identity-block.css | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/browser/themes/shared/identity-block/identity-block.css b/browser/themes/shared/identity-block/identity-block.css @@ -343,7 +343,7 @@ } .urlbar-input-container[pageproxystate="valid"] > &:not(.chickletShown) { - display: flex; + display: inline-flex; } }