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/user_card_content/user_card_content.js | |
| parent | b45fc6c6523b1332c6422a5dc6eff95c11a32690 (diff) | |
avatars shadows, also allows drop-shadow use
Diffstat (limited to 'src/components/user_card_content/user_card_content.js')
| -rw-r--r-- | src/components/user_card_content/user_card_content.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/user_card_content/user_card_content.js b/src/components/user_card_content/user_card_content.js index 254d1666..97cd4983 100644 --- a/src/components/user_card_content/user_card_content.js +++ b/src/components/user_card_content/user_card_content.js @@ -7,7 +7,8 @@ export default { return { hideUserStatsLocal: typeof this.$store.state.config.hideUserStats === 'undefined' ? this.$store.state.instance.hideUserStats - : this.$store.state.config.hideUserStats + : this.$store.state.config.hideUserStats, + betterShadow: this.$store.state.interface.browserSupport.cssFilter } }, computed: { |
