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

View file

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