Browse Source

Fix transparent avatars showing underlying elements in avatar stack and profile (#10422)

pull/4/head
Eugen Rochko 5 years ago
committed by GitHub
parent
commit
79227d153b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      app/javascript/styles/mastodon/components.scss
  2. +1
    -0
      app/javascript/styles/mastodon/widgets.scss

+ 1
- 0
app/javascript/styles/mastodon/components.scss View 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%);
}
}

+ 1
- 0
app/javascript/styles/mastodon/widgets.scss View File

@ -352,6 +352,7 @@
border-radius: 50%;
position: relative;
margin-left: -10px;
background: darken($ui-base-color, 8%);
border: 2px solid $ui-base-color;
&:nth-child(1) {

Loading…
Cancel
Save