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

[tor-commits] [Git][tpo/applications/tor-browser][base-browser-147.0a1-16.0-2] fixup! BB 32308: Use direct browser sizing for letterboxing.



Title: GitLab

henry pushed to branch base-browser-147.0a1-16.0-2 at The Tor Project / Applications / Tor Browser

Commits:

  • 018d2bf1
    by henry at 2026-01-26T09:33:20+00:00
    fixup! BB 32308: Use direct browser sizing for letterboxing.
    
    TB 44535: Make --tabpanel-background-color transparent when letterboxing
    is enabled.
    
    
    (cherry picked from commit f2fc0bea56d10004f773e2d3c3efe46b8f77e72c)
    
    Co-authored-by: Henry Wilkes <henry@xxxxxxxxxxxxxx>

1 changed file:

Changes:

  • toolkit/components/resistfingerprinting/content/letterboxing.css
    ... ... @@ -80,13 +80,9 @@
    80 80
         outline-width: var(--letterboxing-outline-width);
    
    81 81
       }
    
    82 82
     
    
    83
    -  #tabbrowser-tabpanels {
    
    84
    -    /* Override the --tabpanel-background-color.
    
    85
    -     * Also, make sure this remains transparent, otherwise it will overlap the
    
    86
    -     * parent's corner's border-radius due to it's "position: relative" rule. */
    
    87
    -    /* TODO: FIX this for newtab pages. tor-browser#44085 */
    
    88
    -    background: transparent;
    
    89
    -  }
    
    83
    +  /* Override the --tabpanel-background-color. */
    
    84
    +  /* TODO: FIX this for newtab pages. tor-browser#44085 */
    
    85
    +  --tabpanel-background-color: transparent;
    
    90 86
     
    
    91 87
       /* stylelint-disable-next-line media-query-no-invalid */
    
    92 88
       @media -moz-pref("sidebar.revamp") {
    

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