aboutsummaryrefslogtreecommitdiff
path: root/src/components/notification/notification.js
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2018-11-30 16:39:07 +0300
committerHenry Jameson <me@hjkos.com>2018-11-30 16:39:53 +0300
commit406df4399b630268c1028664f3b818571d6f8e4f (patch)
tree9a2bae42e18c6a802089c4066bc3ddb21de71e35 /src/components/notification/notification.js
parentb45fc6c6523b1332c6422a5dc6eff95c11a32690 (diff)
avatars shadows, also allows drop-shadow use
Diffstat (limited to 'src/components/notification/notification.js')
-rw-r--r--src/components/notification/notification.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/notification/notification.js b/src/components/notification/notification.js
index c786f2cc..4dea63bb 100644
--- a/src/components/notification/notification.js
+++ b/src/components/notification/notification.js
@@ -6,7 +6,8 @@ import { highlightClass, highlightStyle } from '../../services/user_highlighter/
const Notification = {
data () {
return {
- userExpanded: false
+ userExpanded: false,
+ betterShadow: this.$store.state.interface.browserSupport.cssFilter
}
},
props: [