Skip to content
This repository has been archived by the owner on Feb 29, 2020. It is now read-only.

Commit

Permalink
fix (style): #2708 fix top site icon truncation during collapse anima…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
rlr authored and ncloudioj committed Jun 27, 2017
1 parent ae10ad1 commit e7fe4c4
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
max-height: 500px;
transition: max-height 0.5s cubic-bezier(0.07, 0.95, 0, 1);

// This is so the top sites favicon doesn't get clipped during animation:
margin-inline-start: -7px;
padding: 0 7px;

&.animating {
overflow: hidden;
}
Expand Down

0 comments on commit e7fe4c4

Please sign in to comment.