mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-09 17:15:18 +00:00
Fix transparent avatars showing underlying elements in avatar stack and profile (#10422)
This commit is contained in:
parent
379c3e237f
commit
79227d153b
|
@ -5308,6 +5308,7 @@ noscript {
|
|||
margin-left: -2px;
|
||||
|
||||
.account__avatar {
|
||||
background: darken($ui-base-color, 8%);
|
||||
border: 2px solid lighten($ui-base-color, 4%);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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…
Reference in a new issue