client: make square avatars less rounded

This commit is contained in:
Johann150 2023-07-19 10:23:27 +02:00
parent b61e477c0c
commit 6dd782d4d5
Signed by untrusted user: Johann150
GPG key ID: 9EE6577A2A06F8F1

View file

@ -101,10 +101,10 @@ watch(() => props.user.avatarBlurhash, () => {
}
&.square {
border-radius: 20%;
border-radius: 5%;
> .inner {
border-radius: 20%;
border-radius: 5%;
}
}