tor-browser

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

commit 8812043a6d000fe5bd02669743acffa7c80ab5e2
parent 85f8fa3fe2d23186981388aa0508f14f33db6102
Author: mark <mkennedy@mozilla.com>
Date:   Thu,  8 Jan 2026 16:56:18 +0000

Bug 2006883 - Decrease size of wordmark logo r=desktop-theme-reviewers,jules

Decreases the sizes of the wordmark logo that appears on About Firefox dialog on each of the OSes.

Each version can be tested by changing the MOZ_BRANDING_DIRECTORY in the
browser/confvars.sh file to the branding directory to the one you'd like
to test before running mach run.

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

Diffstat:
Mbrowser/branding/aurora/content/aboutDialog.css | 3++-
Mbrowser/branding/nightly/content/aboutDialog.css | 3++-
Mbrowser/branding/official/content/aboutDialog.css | 1+
Mbrowser/branding/unofficial/content/aboutDialog.css | 2+-
4 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/browser/branding/aurora/content/aboutDialog.css b/browser/branding/aurora/content/aboutDialog.css @@ -9,8 +9,9 @@ } #rightBox { + background-size: auto 64px; margin-inline: 30px; - padding-top: 130px; + padding-top: 96px; } #bottomBox { diff --git a/browser/branding/nightly/content/aboutDialog.css b/browser/branding/nightly/content/aboutDialog.css @@ -9,8 +9,9 @@ } #rightBox { + background-size: auto 64px; margin-inline: 30px; - padding-top: 130px; + padding-top: 96px; } #bottomBox { diff --git a/browser/branding/official/content/aboutDialog.css b/browser/branding/official/content/aboutDialog.css @@ -9,6 +9,7 @@ } #rightBox { + background-size: auto 44px; margin-inline: 30px; padding-top: 76px; } diff --git a/browser/branding/unofficial/content/aboutDialog.css b/browser/branding/unofficial/content/aboutDialog.css @@ -9,7 +9,7 @@ } #rightBox { - background-size: auto 64px; + background-size: auto 44px; margin-inline: 30px; padding-top: 64px; }