ma1 pushed to branch tor-browser-140.2.0esr-15.0-1 at The Tor Project / Applications / Tor Browser

Commits:

2 changed files:

Changes:

  • browser/themes/shared/tabbrowser/content-area.css
    ... ... @@ -296,6 +296,11 @@
    296 296
       position: absolute;
    
    297 297
       inset: 0;
    
    298 298
     
    
    299
    +  /* Override the <stack> `grid-area: 1 / 1` rule with an `auto` placement.
    
    300
    +   * Otherwise the .dialogStack start edges are placed relative to the
    
    301
    +   * center-aligned grid items, rather than the grid's padding area. */
    
    302
    +  grid-area: auto;
    
    303
    +
    
    299 304
       /* Hide tab-modal dialogs when a window-modal one is up. */
    
    300 305
       :root[window-modal-open] .browserStack > &,
    
    301 306
       /* For some printing use cases we need to visually hide the dialog before
    

  • toolkit/components/resistfingerprinting/content/letterboxing.css
    ... ... @@ -55,12 +55,7 @@
    55 55
     
    
    56 56
     :root:not([inDOMFullscreen]) .letterboxing.letterboxing-ready .browserContainer:not(.responsive-mode)
    
    57 57
       > .browserStack:not(.exclude-letterboxing) {
    
    58
    -
    
    59 58
       place-content: start center;
    
    60
    -
    
    61
    -  & > .dialogStack {
    
    62
    -    position: fixed;
    
    63
    -  }
    
    64 59
     }
    
    65 60
     
    
    66 61
     .browserDecorator {