Merge pull request #18504 from nextcloud/bugfix/noid/only-round-the-real-avatars
Only round the real avatars
This commit is contained in:
commit
bb93be2147
|
@ -407,7 +407,7 @@ body {
|
||||||
.avatar, .avatardiv {
|
.avatar, .avatardiv {
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
img {
|
&> img {
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue