Skip to content

Commit

Permalink
even more activity/dms stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
NyxIsBad committed Oct 31, 2023
1 parent 831e4c6 commit 772bcea
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions lib/selectors/selectorPlaceholders.scss
Original file line number Diff line number Diff line change
Expand Up @@ -546,6 +546,9 @@
.activity_a8c37a {
@extend %privateChannelActivity !optional;
}
.container_c344de {
@extend %privateChannelActivityContainer !optional;
}
.activityEmoji_f1bb5e {
@extend %privateChannelActivityEmoji !optional;
}
Expand Down
4 changes: 4 additions & 0 deletions src/channels/privateChannels.scss
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,10 @@
}
}
}
// Activities popout
%privateChannelActivityContainer {
background: var(--background-overlay);
}

// EMPTY PRIVATE CHANNEL
%privateChannelsEmpty {
Expand Down
2 changes: 1 addition & 1 deletion src/users/activity.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
&%activityBodyLink:hover {
text-shadow: 0 0 5px rgba(0, 0, 0, 0.5), 0 0 1px;
}
&%activityNameTextHover {
&%activityNameTextHover { /*this is out of date*/
transition: all 0.1s ease-in-out;
&:hover {
text-shadow: 0 0 5px rgba(0, 0, 0, 0.5), 0 0 1px;
Expand Down

0 comments on commit 772bcea

Please sign in to comment.