fix: use drop-shadow instead of box-shadow for correct shadows on transparent avatars

This commit is contained in:
ShittyKopper 2023-10-31 14:35:50 +03:00
parent a796c8663b
commit 5145af8ac5
1 changed files with 1 additions and 1 deletions

View File

@ -520,7 +520,7 @@ onUnmounted(() => {
z-index: 2;
width: 120px;
height: 120px;
box-shadow: 1px 1px 3px rgba(#000, 0.2);
filter: drop-shadow(1px 1px 3px rgba(#000, 0.2));
}
> .roles {