Update and fix avatar shadow in user card

This commit is contained in:
Henry Jameson 2020-10-29 20:03:53 +02:00
parent a84db4bd8f
commit 8225717a7c
2 changed files with 10 additions and 5 deletions

View file

@ -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;
}
}