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)
   > .browserStack:not(.exclude-letterboxing) {
+
   place-content: var(--letterboxing-vertical-alignment) center;
+  & > .dialogStack {
+    position: fixed;
+  }
+
 }
 
 panelmultiview {



View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/7bca14af6ed7ceec3c9a1a0e014d35ab44cfc55b

-- 
View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/7bca14af6ed7ceec3c9a1a0e014d35ab44cfc55b
You're receiving this email because of your account on gitlab.torproject.org.


_______________________________________________
tor-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to