2
0

refactor: Remove duplicated AvatarGroup CSS and familiar followers cleanup (#34681)

This commit is contained in:
diondiondion
2025-05-15 10:07:38 +02:00
committed by GitHub
parent d475bcce65
commit ccffa11f2b
10 changed files with 110 additions and 100 deletions

View File

@@ -2179,10 +2179,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);
}
}