Skip to content
Snippets Groups Projects
Verified Commit 28135e70 authored by henry's avatar henry Committed by ma1
Browse files

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

Bug 42764: Reduce letterboxing jank from find bar.
parent ae50f625
No related branches found
No related tags found
No related merge requests found
Pipeline #199163 passed
......@@ -39,6 +39,14 @@ xul|findbar {
transition-duration: 0s;
transition-delay: 0s;
}
/* When letterboxing is in use, we do not transition to avoid layout jank.
* This has an additional benefit that the find bar cannot be used to
* fingerprint prefers-reduced-motion. See tor-browser#42764. */
.letterboxing & {
transition-duration: 0s;
transition-delay: 0s;
}
}
.findbar-container {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment