Skip to content

Commit

Permalink
Update classes with ClassUpdate
Browse files Browse the repository at this point in the history
  • Loading branch information
Saltssaumure committed Apr 22, 2024
1 parent 3b66ca8 commit 3d74117
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion scss/main/_messages.scss
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@
}

// Channel/user mentions
.wrapper_f5f4c9:is(.channelMention, .mention) {
.wrapper__4ef2e:is(.channelMention, .mention) {
@include boxes.clickable;
}

Expand Down
2 changes: 1 addition & 1 deletion scss/overlay/modals/_userprofile.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@use "../../top/vars" as *;
@use "../../top/boxes" as boxes;

.userProfileModalOuter_a65559 {
.userProfileModalOuter__90b4a {
// Badges
.badgeList__126b0 {
gap: 0;
Expand Down
8 changes: 4 additions & 4 deletions scss/overlay/popovers/_userprofiles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
@use "../../top/boxes" as boxes;

// User profiles
.userProfileOuter__4ac83 {
.userProfileOuter__35e59 {
@include boxes.box;

&.userProfileOuterThemed__1fbd7 {
&.userProfileOuterThemed_a425f3 {
&.theme-dark {
--interactive-active: #{$white};
--header-primary: #{$grey};
Expand All @@ -14,7 +14,7 @@
}
}

.userProfileInner__61cc1 {
.userProfileInner__8ff35 {
// Avatar
.avatarWrapper__0cd44 {
@include boxes.clickable($position: absolute);
Expand All @@ -31,7 +31,7 @@
}

// Inner box
.userPopoutOverlayBackground_bf6444 {
.userPopoutOverlayBackground__3e7e6 {
@include boxes.box;

// Divider
Expand Down
4 changes: 2 additions & 2 deletions scss/overlay/settings/usersettings/_profiles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@
}

// Profile preview
.userPopoutOuter__3884e {
.userPopoutOuter_d67f56 {
@include boxes.box;

.userPopoutOverlayBackground_bf6444 {
.userPopoutOverlayBackground__3e7e6 {
@include boxes.inset;
}

Expand Down

0 comments on commit 3d74117

Please sign in to comment.