ma1 pushed to branch mullvad-browser-128.14.0esr-14.5-1 at The Tor Project /
Applications / Mullvad Browser
Commits:
33bea4df by hackademix at 2025-08-13T13:28:51+02:00
fixup! BB 32308: Use direct browser sizing for letterboxing.
BB 44041: Make dialog overlays cover the correct area without fixed positioning.
- - - - -
2 changed files:
- browser/base/content/browser.css
- browser/themes/shared/tabbrowser/content-area.css
Changes:
=====================================
browser/base/content/browser.css
=====================================
@@ -120,12 +120,7 @@ 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 {
=====================================
browser/themes/shared/tabbrowser/content-area.css
=====================================
@@ -205,6 +205,11 @@
position: absolute;
inset: 0;
+ /* Override the <stack> `grid-area: 1 / 1` rule with an `auto` placement.
+ * Otherwise the .dialogStack start edges are placed relative to the
+ * center-aligned grid items, rather than the grid's padding area. */
+ grid-area: auto;
+
/* Hide tab-modal dialogs when a window-modal one is up. */
:root[window-modal-open] .browserStack > &,
/* For some printing use cases we need to visually hide the dialog before
View it on GitLab:
https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/commit/33bea4dffc4a1f51d53161fee56b5c0d22dc99f3
--
View it on GitLab:
https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/commit/33bea4dffc4a1f51d53161fee56b5c0d22dc99f3
You're receiving this email because of your account on gitlab.torproject.org.
_______________________________________________
tbb-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]