diff options
| author | Henry Jameson <me@hjkos.com> | 2018-11-21 21:23:07 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2018-11-21 21:23:07 +0300 |
| commit | 621ab806e63e42e0495fa174fd64f8eaeeb46b91 (patch) | |
| tree | d06537e9ac0f81030d156b9fdb73cad8c92fc53f /src/components/user_card_content/user_card_content.vue | |
| parent | 3bdcdefc9bd697413c5ef4b3e0b606e045b8e612 (diff) | |
more default shadows, replaced original shadows with generated ones. maybe gotta
update fallbacks...
Diffstat (limited to 'src/components/user_card_content/user_card_content.vue')
| -rw-r--r-- | src/components/user_card_content/user_card_content.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/user_card_content/user_card_content.vue b/src/components/user_card_content/user_card_content.vue index f1b54fad..a2bb99a1 100644 --- a/src/components/user_card_content/user_card_content.vue +++ b/src/components/user_card_content/user_card_content.vue @@ -155,6 +155,7 @@ width: 56px; height: 56px; box-shadow: 0px 1px 8px rgba(0,0,0,0.75); + box-shadow: var(--avatarShadow); object-fit: cover; &.animated::before { |
