Fix avatar bad width
authorChocobozzz <me@florianbigard.com>
Thu, 5 Sep 2019 08:30:22 +0000 (10:30 +0200)
committerChocobozzz <me@florianbigard.com>
Thu, 5 Sep 2019 08:30:22 +0000 (10:30 +0200)
client/src/sass/include/_mixins.scss

index ebd3c0cc4d76955ad6932b72e7dc1a34a735fd5e..26ba490c7473a484d36b1b1b4a5a5594abf4ac48 100644 (file)
   border-radius: 50%;
   width: $size;
   height: $size;
+  min-width: $size;
 }
 
 @mixin chevron ($size, $border-width) {