henry pushed to branch mullvad-browser-148.0a1-16.0-2 at The Tor Project / Applications / Mullvad Browser

Commits:

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
     }