Skip to content
Snippets Groups Projects
Verified Commit 06d647ea authored by ma1's avatar ma1 Committed by Pier Angelo Vendrame
Browse files

fixup! Bug 32308: Use direct browser sizing for letterboxing.

Bug 43217: Do not round letterboxing corners in fullscreen.
parent 49e8e240
No related branches found
No related tags found
No related merge requests found
......@@ -113,6 +113,11 @@
background: var(--letterboxing-gradient-color2);
}
browser:fullscreen {
--letterboxing-border-top-radius: 0;
--letterboxing-border-radius: 0;
}
:root:not([inDOMFullscreen]) .letterboxing.letterboxing-ready .browserContainer:not(.responsive-mode)
> .browserStack:not(.exclude-letterboxing) {
place-content: var(--letterboxing-vertical-alignment) center;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment