ma1 pushed to branch tor-browser-128.14.0esr-14.5-1 at The Tor Project / Applications / Tor Browser
Commits:
-
44c35e69
by hackademix at 2025-08-13T13:28:34+02:00
2 changed files:
Changes:
| ... | ... | @@ -120,12 +120,7 @@ browser:fullscreen { |
| 120 | 120 | |
| 121 | 121 | :root:not([inDOMFullscreen]) .letterboxing.letterboxing-ready .browserContainer:not(.responsive-mode)
|
| 122 | 122 | > .browserStack:not(.exclude-letterboxing) {
|
| 123 | - |
|
| 124 | 123 | place-content: var(--letterboxing-vertical-alignment) center;
|
| 125 | - & > .dialogStack {
|
|
| 126 | - position: fixed;
|
|
| 127 | - }
|
|
| 128 | - |
|
| 129 | 124 | }
|
| 130 | 125 | |
| 131 | 126 | panelmultiview {
|
| ... | ... | @@ -205,6 +205,11 @@ |
| 205 | 205 | position: absolute;
|
| 206 | 206 | inset: 0;
|
| 207 | 207 | |
| 208 | + /* Override the <stack> `grid-area: 1 / 1` rule with an `auto` placement.
|
|
| 209 | + * Otherwise the .dialogStack start edges are placed relative to the
|
|
| 210 | + * center-aligned grid items, rather than the grid's padding area. */
|
|
| 211 | + grid-area: auto;
|
|
| 212 | + |
|
| 208 | 213 | /* Hide tab-modal dialogs when a window-modal one is up. */
|
| 209 | 214 | :root[window-modal-open] .browserStack > &,
|
| 210 | 215 | /* For some printing use cases we need to visually hide the dialog before
|