mirror of
https://github.com/zen-browser/desktop.git
synced 2026-05-21 04:14:19 +00:00
* chore: Sync upstream to `Firefox 147.0` * chore: Continued migration, b=no-bug, c=tests * chore: Finish migration without testing, b=no-bug, c=scripts, tabs, media, common, split-view * feat: Finish migration, b=no-bug, c=common, compact-mode, split-view, workspaces * feat: Finish basic migration, b=no-bug, c=kbs, common, folders * feat: Update surfer, b=no-bug, c=scripts
14 lines
852 B
C++
14 lines
852 B
C++
diff --git a/browser/base/content/browser-fullScreenAndPointerLock.js b/browser/base/content/browser-fullScreenAndPointerLock.js
|
|
index 0e1aa344c084abdce40058278b12a042a4510997..50c06aaab823cb8572eee2ad53a7b709b1cfd084 100644
|
|
--- a/browser/base/content/browser-fullScreenAndPointerLock.js
|
|
+++ b/browser/base/content/browser-fullScreenAndPointerLock.js
|
|
@@ -425,8 +425,6 @@ var FullScreen = {
|
|
gNavToolbox.classList.toggle("fullscreen-with-menubar", shiftSize > 0);
|
|
|
|
let transform = shiftSize > 0 ? `translateY(${shiftSize}px)` : "";
|
|
- gNavToolbox.style.transform = transform;
|
|
- gURLBar.style.transform = gURLBar.hasAttribute("breakout") ? transform : "";
|
|
if (shiftSize > 0) {
|
|
// If the mouse tracking missed our fullScreenToggler, then the toolbox
|
|
// might not have been shown before the menubar is animated down. Make
|