[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/mullvad-browser][mullvad-browser-148.0a1-16.0-2] 2 commits: fixup! BB 44522: Modify the about dialog.



Title: GitLab

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:

Changes:

  • browser/base/content/aboutDialog.css
    ... ... @@ -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
     }
    

  • browser/branding/mb-alpha/content/aboutDialog.css
    ... ... @@ -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
     }

  • browser/branding/mb-nightly/content/aboutDialog.css
    ... ... @@ -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
     }

  • _______________________________________________
    tor-commits mailing list -- tor-commits@xxxxxxxxxxxxxxxxxxxx
    To unsubscribe send an email to tor-commits-leave@xxxxxxxxxxxxxxxxxxxx