tor-browser

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

commit 58640982c4ce1ff31792afb88187048eba648511
parent 880a088b55448a29de44d7a2b5f1d7b035ee840b
Author: Sarah Chung <sachung@mozilla.com>
Date:   Thu, 13 Nov 2025 18:54:40 +0000

Bug 1996553 - Update height of location screen in fx backup optin spotlight message r=emcminn,omc-reviewers

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

Diffstat:
Mbrowser/components/asrouter/modules/OnboardingMessageProvider.sys.mjs | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/browser/components/asrouter/modules/OnboardingMessageProvider.sys.mjs b/browser/components/asrouter/modules/OnboardingMessageProvider.sys.mjs @@ -542,7 +542,7 @@ const BASE_MESSAGES = () => [ isEncryptedBackup: false, screen_style: { width: "650px", - height: "560px", + height: "600px", }, tiles: { type: "fx_backup_file_path", @@ -588,7 +588,7 @@ const BASE_MESSAGES = () => [ }, screen_style: { width: "650px", - height: "560px", + height: "600px", }, tiles: { type: "fx_backup_file_path",