Skip to content

Commit

Permalink
[urgent] class name update
Browse files Browse the repository at this point in the history
  • Loading branch information
Metro420yt committed Nov 6, 2024
1 parent 90f7c6d commit f035aaf
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
2 changes: 1 addition & 1 deletion stuff/_friends.scss
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
}

// full User profile (modal)
.userProfileOuter_c69a7b {
.outer_c69a7b.fullSize_c69a7b {
// Banner
.bannerSVGWrapper_b32cc2 {
overflow: visible;
Expand Down
21 changes: 11 additions & 10 deletions stuff/_member-list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

:root {
// -- Member popout --
.userPopoutOuter_c69a7b {
.biteSize_c69a7b.outer_c69a7b {
max-height: unset !important;

.menus_ad5fac {
Expand All @@ -14,7 +14,7 @@
padding: 4px 12px !important;
}

.userPopoutInner_c69a7b {
.biteSize_c69a7b.inner_c69a7b {
max-height: unset !important;
}

Expand Down Expand Up @@ -196,9 +196,9 @@
}

// -- User popout --
.fullSizeOuter_c69a7b {
.outer_c69a7b.fullSize_c69a7b {
width: 700px;
.userProfileModalInner_c69a7b {
.inner_c69a7b.fullSize_c69a7b {
overflow: hidden;

&::before {
Expand Down Expand Up @@ -282,8 +282,8 @@
bottom: 12px;
margin-left: 60px;
}
// &.userPopoutOuter_c69a7b > .userProfileInner_c69a7b,
// .userProfileModalInner_c69a7b {
// &.biteSize_c69a7b.outer_c69a7b > .userProfileInner_c69a7b,
// .inner_c69a7b.fullSize_c69a7b {
// background-color: var(--background-primary);
// }
}
Expand All @@ -298,12 +298,13 @@
display: none;
}
}
.userProfileOuterUnthemed_c69a7b {
.fullSizeOverlayBackground_c69a7b {
//user profile (unthemed)
.fullSize_c69a7b.outer_c69a7b:not(.custom-profile-theme) {
.overlay_c69a7b {
background-color: var(--background-tertiary);
}
&.userPopoutOuter_c69a7b > .userProfileInner_c69a7b,
.userProfileModalInner_c69a7b {
&.biteSize_c69a7b.inner_c69a7b,
.fullSize_c69a7b.inner_c69a7b {
background-color: var(--background-primary);
}
}
Expand Down
2 changes: 1 addition & 1 deletion stuff/_profile.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
:root {
.userPopoutOuter_c69a7b {
.biteSize_c69a7b.outer_c69a7b {
& {
overflow: unset !important;
}
Expand Down

0 comments on commit f035aaf

Please sign in to comment.