henry pushed to branch mullvad-browser-148.0a1-16.0-2 at The Tor Project / Applications / Mullvad Browser Commits: 38fb1f07 by Henry Wilkes at 2026-03-10T13:46:11+00:00 fixup! BB 44522: Modify the about dialog. TB 44713: Restore the top padding that was removed upstream. - - - - - 6b59ecdc by Henry Wilkes at 2026-03-10T13:46:11+00:00 fixup! MB 1: Mullvad Browser branding MB 515: Use max-width instead of width for #rightBox - - - - - 3 changed files: - browser/base/content/aboutDialog.css - browser/branding/mb-alpha/content/aboutDialog.css - browser/branding/mb-nightly/content/aboutDialog.css Changes: ===================================== browser/base/content/aboutDialog.css ===================================== @@ -192,6 +192,7 @@ } #rightBox { + padding-block-start: 38px; background-size: auto; margin-inline: 30px; } ===================================== browser/branding/mb-alpha/content/aboutDialog.css ===================================== @@ -12,5 +12,5 @@ #rightBox { /* Increase the default width to fit the about-wordmark.svg width. */ - width: 559px; + max-width: 559px; } ===================================== browser/branding/mb-nightly/content/aboutDialog.css ===================================== @@ -12,5 +12,5 @@ #rightBox { /* Increase the default width to fit the about-wordmark.svg width. */ - width: 601px; + max-width: 601px; } View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/compare/420... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/compare/420... You're receiving this email because of your account on gitlab.torproject.org.
participants (1)
-
henry (@henry)