diff options
| author | Henry Jameson <me@hjkos.com> | 2018-11-30 16:39:07 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2018-11-30 16:39:53 +0300 |
| commit | 406df4399b630268c1028664f3b818571d6f8e4f (patch) | |
| tree | 9a2bae42e18c6a802089c4066bc3ddb21de71e35 /src/components/status/status.js | |
| parent | b45fc6c6523b1332c6422a5dc6eff95c11a32690 (diff) | |
avatars shadows, also allows drop-shadow use
Diffstat (limited to 'src/components/status/status.js')
| -rw-r--r-- | src/components/status/status.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/status/status.js b/src/components/status/status.js index 10716583..725bc3f8 100644 --- a/src/components/status/status.js +++ b/src/components/status/status.js @@ -33,7 +33,8 @@ const Status = { showingTall: false, expandingSubject: typeof this.$store.state.config.collapseMessageWithSubject === 'undefined' ? !this.$store.state.instance.collapseMessageWithSubject - : !this.$store.state.config.collapseMessageWithSubject + : !this.$store.state.config.collapseMessageWithSubject, + betterShadow: this.$store.state.interface.browserSupport.cssFilter } }, computed: { |
