forked from FoundKeyGang/FoundKey
client: make square avatars less rounded
This commit is contained in:
parent
b61e477c0c
commit
6dd782d4d5
1 changed files with 2 additions and 2 deletions
|
@ -101,10 +101,10 @@ watch(() => props.user.avatarBlurhash, () => {
|
|||
}
|
||||
|
||||
&.square {
|
||||
border-radius: 20%;
|
||||
border-radius: 5%;
|
||||
|
||||
> .inner {
|
||||
border-radius: 20%;
|
||||
border-radius: 5%;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue