From f035aafeef6564ce4701f5a376433854c1f398df Mon Sep 17 00:00:00 2001 From: Metro420yt <84623250+Metro420yt@users.noreply.github.com> Date: Wed, 6 Nov 2024 17:49:54 -0500 Subject: [PATCH] [urgent] class name update --- stuff/_friends.scss | 2 +- stuff/_member-list.scss | 21 +++++++++++---------- stuff/_profile.scss | 2 +- 3 files changed, 13 insertions(+), 12 deletions(-) diff --git a/stuff/_friends.scss b/stuff/_friends.scss index a1a39e5..ea58728 100644 --- a/stuff/_friends.scss +++ b/stuff/_friends.scss @@ -62,7 +62,7 @@ } // full User profile (modal) - .userProfileOuter_c69a7b { + .outer_c69a7b.fullSize_c69a7b { // Banner .bannerSVGWrapper_b32cc2 { overflow: visible; diff --git a/stuff/_member-list.scss b/stuff/_member-list.scss index 8241301..5557cc7 100644 --- a/stuff/_member-list.scss +++ b/stuff/_member-list.scss @@ -2,7 +2,7 @@ :root { // -- Member popout -- - .userPopoutOuter_c69a7b { + .biteSize_c69a7b.outer_c69a7b { max-height: unset !important; .menus_ad5fac { @@ -14,7 +14,7 @@ padding: 4px 12px !important; } - .userPopoutInner_c69a7b { + .biteSize_c69a7b.inner_c69a7b { max-height: unset !important; } @@ -196,9 +196,9 @@ } // -- User popout -- - .fullSizeOuter_c69a7b { + .outer_c69a7b.fullSize_c69a7b { width: 700px; - .userProfileModalInner_c69a7b { + .inner_c69a7b.fullSize_c69a7b { overflow: hidden; &::before { @@ -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); // } } @@ -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); } } diff --git a/stuff/_profile.scss b/stuff/_profile.scss index 68a0e3b..895efff 100644 --- a/stuff/_profile.scss +++ b/stuff/_profile.scss @@ -1,5 +1,5 @@ :root { - .userPopoutOuter_c69a7b { + .biteSize_c69a7b.outer_c69a7b { & { overflow: unset !important; }