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 9923110 commit b883cbc
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion scss/main/_chat.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
}

// @ Mention
.wrapper_f5f4c9 {
.wrapper__4ef2e {
background: transparentize($color-blurple, 0.7);
color: rgb($color-blurple);

Expand Down
4 changes: 2 additions & 2 deletions scss/overlay/popover/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
// Account menu
.container__84c26.elevationBorderHigh__24051,
// Search options
.userPopoutOuter__3884e,
.userPopoutOuter_d67f56,
// User profile
.userProfileOuter__4ac83,
.userProfileOuter__35e59,
// Emoji picker
.contentWrapper_e0bb2c,
// Emoji picker add reaction
Expand Down
14 changes: 7 additions & 7 deletions scss/overlay/popover/_userprofile.scss
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
@use "../../top/vars" as *;

// Profile popout
.userPopoutOuter__3884e {
.userPopoutOuter_d67f56 {
position: relative;
}
.userPopoutInner_e90432 {
.userPopoutInner_ac0960 {
max-height: calc(100vh - $outmost-spacing);

.banner__6d414 {
mask-image: linear-gradient(black, black 60%, transparent);
}

.overlayBackground__2666e {
.overlayBackground__345c9 {
border-radius: $size-s;
}
.profileBadges__1f2ab {
Expand Down Expand Up @@ -42,12 +42,12 @@
}

// with Nitro theme
.userProfileOuterThemed__1fbd7.userPopoutOuter__3884e,
.userProfileOuterThemed__1fbd7.userProfileOuter__4ac83 {
.userProfileOuterThemed_a425f3.userPopoutOuter_d67f56,
.userProfileOuterThemed_a425f3.userProfileOuter__35e59 {
padding: 0;
}

.userProfileOuterThemed__1fbd7 {
.userProfileOuterThemed_a425f3 {
overflow: hidden;

&.theme-light {
Expand All @@ -69,7 +69,7 @@
}
}

.userProfileInner__61cc1 {
.userProfileInner__8ff35 {
max-height: calc(100vh - 64px - $outmost-spacing);

&::before {
Expand Down

0 comments on commit b883cbc

Please sign in to comment.