[Glitch] refactor: Remove duplicated AvatarGroup CSS and familiar followers cleanup

Port ccffa11f2b to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
diondiondion
2025-05-15 10:07:38 +02:00
committed by Claire
parent 0fda1f0e94
commit ea9f451184
8 changed files with 107 additions and 98 deletions

View File

@@ -2244,10 +2244,18 @@ a .account__avatar {
& > :not(:first-child) {
margin-inline-start: -8px;
}
.account__avatar {
box-shadow: 0 0 0 2px var(--background-color);
}
& > :first-child {
transform: rotate(-4deg);
}
& > :nth-child(2) {
transform: rotate(-2deg);
}
.account__avatar {
box-shadow: 0 0 0 2px var(--background-color);
}
}