fixed stretched spurdo in notifications, misc fixes, detect gif by extension for now

This commit is contained in:
Henry Jameson 2018-02-03 20:32:13 +03:00
parent 3257991f41
commit 55bc1a3414
4 changed files with 13 additions and 14 deletions

View file

@ -104,6 +104,10 @@
max-height: 12em;
overflow-y: hidden;
//text-overflow: ellipsis;
img {
object-fit: contain;
}
}
.notification-gradient {