
.browserStack:not(.exclude-letterboxing) {
ma1 pushed to branch base-browser-128.13.0esr-14.5-1 at The Tor Project / Applications / Tor Browser Commits: 7bca14af by hackademix at 2025-07-31T15:31:01+02:00 fixup! BB 32308: Use direct browser sizing for letterboxing. BB 44041: Use fixed positioning to make dialog overlays cover the whole content of letterboxed tabs. - - - - - 1 changed file: - browser/base/content/browser.css Changes: ===================================== browser/base/content/browser.css ===================================== @@ -120,7 +120,12 @@ browser:fullscreen { :root:not([inDOMFullscreen]) .letterboxing.letterboxing-ready .browserContainer:not(.responsive-mode) + place-content: var(--letterboxing-vertical-alignment) center; + & > .dialogStack { + position: fixed; + } + } panelmultiview { View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/7bca14af... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/7bca14af... You're receiving this email because of your account on gitlab.torproject.org.
participants (1)
-
ma1 (@ma1)