Skip to content
Snippets Groups Projects
Commit f9eb9e0b authored by HJ's avatar HJ :fire:
Browse files

small fix for non-square gif avatars

parent 6e64324d
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,7 @@
img {
width: 100%;
height: 100%;
object-fit: contain;
}
&.animated {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment