Skip to content

Commit

Permalink
Merge pull request #39 from GyroGyro/patch-3
Browse files Browse the repository at this point in the history
Update ProfileBannerSkins.css
  • Loading branch information
maenDisease committed Apr 17, 2024
2 parents 65ac326 + cc1abde commit 7dd441b
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions css/ProfileBannerSkins.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.theme-dark .profileColors__2e2f0,
.theme-dark .userProfileInner__8ff35,
.theme-dark .accountProfileCard__22589 {
--profile-body-background-color: rgba(0, 0, 0, 0.45);
}

.theme-light .profileColors__2e2f0,
.theme-light .userProfileInner__8ff35,
.theme-light .accountProfileCard__22589 {
--profile-body-background-color: rgba(255, 255, 255, 0.65);
}
Expand All @@ -20,24 +20,24 @@
height: 100vh;
}

.profileColors__2e2f0:not(:has(svg div[style*=image])) .avatarWrapper_f77579 {
.userProfileInner__8ff35:not(:has(svg div[style*=image])) .avatarWrapper_f77579 {
background: var(--profile-body-background-color);
box-shadow: var(--elevation-medium);
}
.profileColors__2e2f0:not(:has(svg div[style*=image])) .avatarHoverTarget__3a360,
.profileColors__2e2f0:not(:has(svg div[style*=image])) .avatarHint__8e5b9 {
.userProfileInner__8ff35:not(:has(svg div[style*=image])) .avatarHoverTarget__3a360,
.userProfileInner__8ff35:not(:has(svg div[style*=image])) .avatarHint__8e5b9 {
padding: 6px;
}
.profileColors__2e2f0:not(:has(svg div[style*=image])) .avatar-3QF_VA {
.userProfileInner__8ff35:not(:has(svg div[style*=image])) .avatar__445f3 {
background: var(--profile-body-background-color);
box-shadow: var(--elevation-medium);
padding: 6px;
}
.profileColors__2e2f0 .profileBadges__7a7cb:not(.containerWithContent__7e98f) {
.userProfileInner__8ff35 .profileBadges__7a7cb:not(.containerWithContent__7e98f) {
padding-top: 4px;
padding-bottom: 4px;
}
.profileColors__2e2f0 .messageInputContainer__768e6 {
.userProfileInner__8ff35 .messageInputContainer__768e6 {
border: none;
}

Expand All @@ -52,8 +52,8 @@
z-index: 1;
}

.profileColors__2e2f0 .wrapper_edb6e0 circle,
.profileColors__2e2f0 .wrapper_edb6e0 rect[style] {
.userProfileInner__8ff35 .wrapper_edb6e0 circle,
.userProfileInner__8ff35 .wrapper_edb6e0 rect[style] {
fill: none;
}

Expand Down Expand Up @@ -113,4 +113,4 @@
}
.accountProfileCard__22589 .fieldList_aab0de {
background: none;
}
}

0 comments on commit 7dd441b

Please sign in to comment.