Skip to content

Commit

Permalink
use less margin between user avatars
Browse files Browse the repository at this point in the history
Signed-off-by: Vinzenz Rosenkranz <[email protected]>
v1r0x committed Jan 29, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 270df93 commit 82523cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion resources/sass/_style.scss
Original file line number Diff line number Diff line change
@@ -98,7 +98,8 @@ dl.dl-0-mb > dd:last-child {
@extend .ms-n2;
}
.avatar-list:hover > .avatar-list-item {
@extend .ms-1;
/* @extend .ms-1; */
margin-left: 0.1rem !important;
}
.avatar-list > .avatar-list-item:first-child {
margin-left: 0 !important;

0 comments on commit 82523cf

Please sign in to comment.