Skip to content

Commit

Permalink
fix urlbar select animation
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamXweb committed May 6, 2021
1 parent f279df9 commit 4a891c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chrome/WhiteSur/parts/headerbar-urlbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
}
/* Centre URL bar text input*/
#urlbar-input {
transition: all .1s linear;
transition: transform .1s linear;
transform: translateX(50%);
top: 4px;
position: absolute;
Expand Down

0 comments on commit 4a891c1

Please # to comment.