tor-browser

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

commit 3d28a2087dde9248d4e615ebbb1ba027e4714093
parent f7e29112739cdc4baf560c4819823e47da0ae938
Author: Daisuke Akatsuka <daisuke@birchill.co.jp>
Date:   Fri,  7 Nov 2025 11:34:58 +0000

Bug 1997678: Make items for realtime suggestions centerize r=desktop-theme-reviewers,adw,emilio

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

Diffstat:
Mbrowser/themes/shared/urlbarView.css | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/browser/themes/shared/urlbarView.css b/browser/themes/shared/urlbarView.css @@ -1327,6 +1327,8 @@ --green-status-color: light-dark(var(--color-green-60), var(--color-green-20)); --red-status-color: light-dark(var(--color-red-70), var(--color-red-40)); + align-items: center; + /* Realtime suggestions can contain many items, which should always wrap. */ flex-wrap: wrap; /* Remove the usual inner padding. Each item in the row will have its own. */