Fix avatar bad width

pull/2131/head
Chocobozzz 2019-09-05 10:30:22 +02:00
parent b3879928b6
commit 6051946e44
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 0 deletions

View File

@ -396,6 +396,7 @@
border-radius: 50%;
width: $size;
height: $size;
min-width: $size;
}
@mixin chevron ($size, $border-width) {