
morgan pushed to branch tor-browser-128.3.0esr-14.0-1 at The Tor Project / Applications / Tor Browser Commits: e17547a9 by hackademix at 2024-10-16T23:28:06+02:00 fixup! Bug 32308: Use direct browser sizing for letterboxing. Bug 43217: Do not round letterboxing corners in fullscreen. - - - - - 1 changed file: - browser/base/content/browser.css Changes: ===================================== browser/base/content/browser.css ===================================== @@ -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;
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/e17547a9... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/e17547a9... You're receiving this email because of your account on gitlab.torproject.org.