Explorar o código

Add white background to avatars (#919)

Fixes #901
Silly %!s(int64=5) %!d(string=hai) anos
pai
achega
fee53de800
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/sass/components/_avatar.scss

+ 1 - 0
src/sass/components/_avatar.scss

@@ -9,6 +9,7 @@
     &.avatar-low {
         > img {
             border-radius: 50%;
+            background-color: #ffffff;
             width: 48px;
             height: 48px;
         }