forked from AkkomaGang/akkoma-fe
small fix for non-square gif avatars
This commit is contained in:
parent
6e64324d37
commit
f9eb9e0b70
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@
|
|||
img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: contain;
|
||||
}
|
||||
|
||||
&.animated {
|
||||
|
|
Loading…
Reference in a new issue