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
-
6b59ecdc
by Henry Wilkes at 2026-03-10T13:46:11+00:00
3 changed files:
- browser/base/content/aboutDialog.css
- browser/branding/mb-alpha/content/aboutDialog.css
- browser/branding/mb-nightly/content/aboutDialog.css
Changes:
| ... | ... | @@ -192,6 +192,7 @@ |
| 192 | 192 | }
|
| 193 | 193 | |
| 194 | 194 | #rightBox {
|
| 195 | + padding-block-start: 38px;
|
|
| 195 | 196 | background-size: auto;
|
| 196 | 197 | margin-inline: 30px;
|
| 197 | 198 | }
|
| ... | ... | @@ -12,5 +12,5 @@ |
| 12 | 12 | |
| 13 | 13 | #rightBox {
|
| 14 | 14 | /* Increase the default width to fit the about-wordmark.svg width. */
|
| 15 | - width: 559px;
|
|
| 15 | + max-width: 559px;
|
|
| 16 | 16 | } |
| ... | ... | @@ -12,5 +12,5 @@ |
| 12 | 12 | |
| 13 | 13 | #rightBox {
|
| 14 | 14 | /* Increase the default width to fit the about-wordmark.svg width. */
|
| 15 | - width: 601px;
|
|
| 15 | + max-width: 601px;
|
|
| 16 | 16 | } |