]> cat aescling's git repositories - mastodon.git/commitdiff
Fix transparent avatars showing underlying elements in avatar stack and profile ...
authorEugen Rochko <eugen@zeonfederated.com>
Sat, 30 Mar 2019 00:13:19 +0000 (01:13 +0100)
committerGitHub <noreply@github.com>
Sat, 30 Mar 2019 00:13:19 +0000 (01:13 +0100)
app/javascript/styles/mastodon/components.scss
app/javascript/styles/mastodon/widgets.scss

index 81d823374d52a2ff2e2c2d4c9a62ea847dcdf8dd..3c17c2ee444270f56e11a27c62a76ef91833b0ff 100644 (file)
@@ -5308,6 +5308,7 @@ noscript {
       margin-left: -2px;
 
       .account__avatar {
+        background: darken($ui-base-color, 8%);
         border: 2px solid lighten($ui-base-color, 4%);
       }
     }
index 645192ea4ea337e09bb64b66533285e7b2d9c91d..307e509d596c985e83b0aea84df895fedaaf886e 100644 (file)
     border-radius: 50%;
     position: relative;
     margin-left: -10px;
+    background: darken($ui-base-color, 8%);
     border: 2px solid $ui-base-color;
 
     &:nth-child(1) {