Skip to content

Commit

Permalink
Fix avatars not bunching properly
Browse files Browse the repository at this point in the history
  • Loading branch information
cheeaun committed Oct 20, 2023
1 parent c6f368a commit 4da968d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/status.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
.ancestors-indicator {
font-size: 70% !important;

& > .avatar:not(:first-child) {
& > .avatar ~ .avatar {
margin-left: -4px;
}
}
Expand Down

0 comments on commit 4da968d

Please sign in to comment.