set avatar border-radius to 4px

This commit is contained in:
ansuz
2017-07-17 13:43:51 +02:00
parent c452f25414
commit 6306de5265
2 changed files with 2 additions and 2 deletions

View File

@@ -78,7 +78,7 @@
height: @width; height: @width;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
border-radius: @width / 2px; border-radius: 4px;
overflow: hidden; overflow: hidden;
box-sizing: content-box; box-sizing: content-box;
} }

View File

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