Fix avatar bad width

This commit is contained in:
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

View File

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