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
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -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 {