]> source.dussan.org Git - nextcloud-server.git/commitdiff
Only round the real avatars 18504/head
authorJoas Schilling <coding@schilljs.com>
Fri, 20 Dec 2019 11:11:54 +0000 (12:11 +0100)
committerJoas Schilling <coding@schilljs.com>
Fri, 20 Dec 2019 11:11:54 +0000 (12:11 +0100)
Before this all images were rounded, including the icons of contacts menu options

Signed-off-by: Joas Schilling <coding@schilljs.com>
core/css/styles.scss

index 1ff81a17cbf55431f7cd0f8dde1660e77d513403..7c6b7f8ad5917c9f846992c3575430cbbe92e518 100644 (file)
@@ -407,7 +407,7 @@ body {
 .avatar, .avatardiv {
        border-radius: 50%;
        flex-shrink: 0;
-       img {
+       &> img {
                border-radius: 50%;
                flex-shrink: 0;
        }