Make avatars circle

This commit is contained in:
yflory
2017-07-10 18:46:26 +02:00
parent 125018c8c3
commit 560671ae7d
4 changed files with 10 additions and 7 deletions

View File

@@ -67,7 +67,7 @@ body {
}
#friendList .friend, #messaging .header {
.avatar(50px);
.avatar(30px);
&.avatar {
display: flex;
}

View File

@@ -30,7 +30,7 @@
height: 300px;
width: 300px;
border: 1px solid black;
border-radius: 10px;
border-radius: 150px;
overflow: hidden;
position: relative;
.delete {