Skip to content

Commit

Permalink
Merge pull request #59 from warrayquipsome/release-candidate-1.5
Browse files Browse the repository at this point in the history
Release 1.5.3
  • Loading branch information
Inmoresentum authored Sep 7, 2024
2 parents 70bb883 + 4386c3d commit 9d0667a
Show file tree
Hide file tree
Showing 7 changed files with 1,525 additions and 609 deletions.
17 changes: 16 additions & 1 deletion Addons/AvatarOnlyMemberList.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,14 @@ div:not(:hover) > .members_cbd271 > div {
/* overwrite black stuff for member list */
.theme-light .members_cbd271:hover {
margin-left: -175px;
background-color: rgba(255, 255, 255, 0.87);
background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 0) 100%);
border-radius: var(--memberlist-border-radius);
}

.theme-dark .members_cbd271:hover {
margin-left: -175px;
background-color: #181a1ddd;
border-radius: var(--memberlist-border-radius);
}

/* Make the list fill the window height */
Expand All @@ -60,3 +62,16 @@ div:not(:hover) > .members_cbd271 > div {
.members_cbd271:not(:hover) > #vc-membercount {
flex-wrap: wrap;
}

/* Avatar only member list activity section visual improvement */
.members_cbd271:not(:hover) .badgesContainer_d60c6d {
display: none;
}

.members_cbd271:not(:hover) .userSection_c64476 {
display: none;
}

.members_cbd271:not(:hover) .container_c64476 {
margin-left: -5px;
}
Loading

0 comments on commit 9d0667a

Please sign in to comment.