Skip to content
Snippets Groups Projects
Verified Commit a4c8d7ae authored by henry's avatar henry Committed by Pier Angelo Vendrame
Browse files

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

Bug 42764: Reduce letterboxing jank from find bar.
parent f98e8df1
No related branches found
No related tags found
1 merge request!1222Bug 43166: Rebased alpha onto 128.3.0esr
......@@ -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.
Please to comment