aboutsummaryrefslogtreecommitdiff
path: root/src/components/notifications/notifications.scss
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2018-02-03 20:32:13 +0300
committerHenry Jameson <me@hjkos.com>2018-03-12 01:30:27 +0300
commit55bc1a3414ac15b08554a43c00f7f631ca1d304a (patch)
treee18c50a9edfc0ba6960dd675bbd18243b7fd449a /src/components/notifications/notifications.scss
parent3257991f4196cb6c2c77b3f81ec9f1850e243211 (diff)
fixed stretched spurdo in notifications, misc fixes, detect gif by extension for now
Diffstat (limited to 'src/components/notifications/notifications.scss')
-rw-r--r--src/components/notifications/notifications.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/components/notifications/notifications.scss b/src/components/notifications/notifications.scss
index 241f10b4..4fda255b 100644
--- a/src/components/notifications/notifications.scss
+++ b/src/components/notifications/notifications.scss
@@ -104,6 +104,10 @@
max-height: 12em;
overflow-y: hidden;
//text-overflow: ellipsis;
+
+ img {
+ object-fit: contain;
+ }
}
.notification-gradient {