Commit 0afc2d1a authored by Drew Willcoxon's avatar Drew Willcoxon
Browse files

Bug 1747967 - Tweak the urlbar breakout expansion animation so it aligns...

Bug 1747967 - Tweak the urlbar breakout expansion animation so it aligns better with the input when it starts. r=harry,desktop-theme-reviewers

Please see the bug for details. I tested this on all three platforms.

Differential Revision: https://phabricator.services.mozilla.com/D134852
parent 83ef0d3b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -236,7 +236,7 @@

@keyframes urlbar-grow {
  0% {
    transform: scaleX(.99) scaleY(.95);
    transform: scaleX(.99) scaleY(.98);
  }
  100% {
    transform: scale(1.0);