Merge pull request #18504 from nextcloud/bugfix/noid/only-round-the-real-avatars

Only round the real avatars
This commit is contained in:
Roeland Jago Douma 2019-12-22 20:14:57 +01:00 committed by GitHub
commit bb93be2147
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -407,7 +407,7 @@ body {
.avatar, .avatardiv {
border-radius: 50%;
flex-shrink: 0;
img {
&> img {
border-radius: 50%;
flex-shrink: 0;
}