Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2019-12-22 22:14:57 +0300
committerGitHub <noreply@github.com>2019-12-22 22:14:57 +0300
commitbb93be214797a2101700585392679bfc19dc0fc4 (patch)
tree128afc84f29f705eff69542437bcf08eeba618c1 /core
parenta5f6ec74ce1ee6d403a565419ac95685b04201cd (diff)
parent59e9b3d1d0fd6ea14cb3b71bc99327fb88b1d25c (diff)
Merge pull request #18504 from nextcloud/bugfix/noid/only-round-the-real-avatars
Only round the real avatars
Diffstat (limited to 'core')
-rw-r--r--core/css/styles.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/styles.scss b/core/css/styles.scss
index 1ff81a17cbf..7c6b7f8ad59 100644
--- a/core/css/styles.scss
+++ b/core/css/styles.scss
@@ -407,7 +407,7 @@ body {
.avatar, .avatardiv {
border-radius: 50%;
flex-shrink: 0;
- img {
+ &> img {
border-radius: 50%;
flex-shrink: 0;
}