small fix for non-square gif avatars

This commit is contained in:
Henry Jameson 2018-09-03 22:49:46 +03:00
parent 6e64324d37
commit f9eb9e0b70

View file

@ -23,6 +23,7 @@
img {
width: 100%;
height: 100%;
object-fit: contain;
}
&.animated {