Skip to content
Snippets Groups Projects
Commit b9b472d5 authored by Eugen Rochko's avatar Eugen Rochko Committed by Thibaut Girka
Browse files

[Glitch] Fix transparent avatars showing underlying elements in avatar stack and profile

Port 79227d15 to glitch-soc
parent 59551ece
Branches
Tags
No related merge requests found
@mixin avatar-radius() {
border-radius: $ui-avatar-border-size;
background: transparent no-repeat;
background-position: 50%;
background-clip: padding-box;
}
......
......@@ -550,6 +550,7 @@
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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment