Skip to content

Commit

Permalink
lefix
Browse files Browse the repository at this point in the history
  • Loading branch information
NyxIsBad committed Apr 17, 2024
1 parent 9affa8a commit b29530c
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 0 deletions.
9 changes: 9 additions & 0 deletions lib/selectors/selectorPlaceholders.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1709,6 +1709,9 @@
.subText__4629e {
@extend %memberSubText !optional;
}
.container__8d997 {
@extend %memberActivityContainer !optional;
}
.activity_bafb94 {
@extend %memberActivity !optional;
}
Expand Down Expand Up @@ -1739,6 +1742,12 @@
.mulitplePlaceholderUsername_d22bfe {
@extend %memberPlaceholderUsernameMultiple !optional;
}
.interactionsContainer__97fe3 {
@extend %memberActivityInteractionsContainer !optional;
}
.shareToChannelButton_ee0e50 {
@extend %memberActivityShareToChannelButton !optional;
}
.addMembersIcon_d9b498 {
@extend %addMembersIcon !optional;
}
Expand Down
9 changes: 9 additions & 0 deletions src/members/members.scss
Original file line number Diff line number Diff line change
Expand Up @@ -233,3 +233,12 @@
background-color: $main-color;
color: #fff;
}
// MEMBERS ACTIVITY SECTION (as opposed to just the text under members)
%memberActivityContainer {
background: rgba(0, 0, 0, calc(var(--background-shading) * 0.4));
border: 2px solid transparent;
&:hover {
background: rgba(0, 0, 0, calc(var(--background-shading) * 0.4));
border: 2px solid var(--hover-color);
}
}
13 changes: 13 additions & 0 deletions src/popouts/otherPopouts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,16 @@
background: var(--background-overlay);
border-left: 5px solid $main-color;
}

// MEMBERS ACTIVITY POPOUT
/*clicked in*/
%memberActivityInteractionsContainer {
background: var(--background-overlay);
}
/*clicked in icon*/
%memberActivityShareToChannelButton {
background: var(--main-color);
path {
fill: #fff;
}
}

0 comments on commit b29530c

Please sign in to comment.