diff options
| author | Henry Jameson <me@hjkos.com> | 2020-10-29 20:03:53 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2020-10-29 20:03:53 +0200 |
| commit | 8225717a7c5391e21dba00a28aebb642ffcc8cef (patch) | |
| tree | af09135d003aef62dc1625a90fdd93816b16910c /src/components/user_card/user_card.vue | |
| parent | a84db4bd8f04bdfc14836f55f441aa8478265291 (diff) | |
Update and fix avatar shadow in user card
Diffstat (limited to 'src/components/user_card/user_card.vue')
| -rw-r--r-- | src/components/user_card/user_card.vue | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/components/user_card/user_card.vue b/src/components/user_card/user_card.vue index 55e231d2..52a54fa7 100644 --- a/src/components/user_card/user_card.vue +++ b/src/components/user_card/user_card.vue @@ -382,11 +382,13 @@ max-height: 56px; .Avatar { + --_avatarShadowBox: var(--avatarShadow); + --_avatarShadowFilter: var(--avatarShadowFilter); + --_avatarShadowInset: var(--avatarShadowInset); + flex: 1 0 100%; width: 56px; height: 56px; - box-shadow: 0px 1px 8px rgba(0,0,0,0.75); - box-shadow: var(--avatarShadow); object-fit: cover; } } |
