Skip to content

Commit

Permalink
fix: updated CSS classes using auto class updater
Browse files Browse the repository at this point in the history
  • Loading branch information
Inmoresentum committed Oct 25, 2024
1 parent 32f2d15 commit 5ddec41
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
18 changes: 9 additions & 9 deletions dark.mode.css
Original file line number Diff line number Diff line change
Expand Up @@ -2283,7 +2283,7 @@ html.theme-dark #vc-spotify-player {
margin-bottom: 2px;
}

.layer_d4b6c5 .accountProfileCard_b69b77 .userInfo_b69b77 .container_e5a42d {
.layer_d4b6c5 .accountProfileCard_b69b77 .userInfo_b69b77 .container_b64375 {
justify-content: center;
width: 100%;
margin-bottom: 25px;
Expand Down Expand Up @@ -3253,14 +3253,14 @@ html.theme-dark .fieldSpacerBottom_b69b77 {
display: none;
}

.banner_c3e427.popoutBanner_c3e427 {
.banner_d5fdb1.popoutBanner_c3e427 {
border-radius: 8px;
margin: 7px;
width: 95.5%;
height: 53px;
}

.banner_c3e427.profileBanner_f0f36c {
.banner_d5fdb1.profileBanner_f0f36c {
border-radius: 8px;
margin: 12px;
width: 96%;
Expand All @@ -3282,7 +3282,7 @@ html.theme-dark .nameTag-35jqbZ {
width: fit-content;
}

html.theme-dark .connectedAccountContainer_f3eb60 {
html.theme-dark .connectedAccountContainer_ab12c6 {
border-radius: 8px;
background-color: var(--profile-gradient-secondary-color);

Expand All @@ -3295,11 +3295,11 @@ html.theme-dark .connectedAccountContainer_f3eb60 {
display: none;
}

.connectedAccounts_f3eb60.userInfoSection-2u2hir {
.connectedAccounts_ab12c6.userInfoSection-2u2hir {
margin-top: 15px;
}

.connectedAccountsColumn_f3eb60 {
.connectedAccountsColumn_ab12c6 {
width: calc((100% / 2) - 15px);
}

Expand Down Expand Up @@ -3437,13 +3437,13 @@ html.theme-dark .typing_d7ebeb strong:nth-last-child()::after {
}

/*user profile in dms fix*/
.mutualGuildsList_b433b4 > .collapseBtn_ce1058, .mutualFriendsList_b433b4 > .collapseBtn_ce1058 {
.mutualGuildsList_b433b4 > .collapseBtn_a4a127, .mutualFriendsList_b433b4 > .collapseBtn_a4a127 {
background: transparent !important;
box-shadow: none !important;
border-radius: 0px !important;
}

html.theme-dark .mutualGuildsList_b433b4 > .collapseBtn_ce1058:hover, html.theme-dark .mutualFriendsList_b433b4 > .collapseBtn_ce1058:hover {
html.theme-dark .mutualGuildsList_b433b4 > .collapseBtn_a4a127:hover, html.theme-dark .mutualFriendsList_b433b4 > .collapseBtn_a4a127:hover {
background: rgba(255, 255, 255, 0.1) !important;
}

Expand Down Expand Up @@ -3700,7 +3700,7 @@ html.theme-dark .mask_d5fdb1 mask circle {
}

/* Make unread DM's highlighted based on accent color */
html.theme-dark .link_c91bad:has(.highlighted_f9647d) {
html.theme-dark .link_c91bad:has(.highlighted_ec8679) {
border-left: 2px solid rgba(var(--accentcolor), 0.8);
background: linear-gradient(
90deg,
Expand Down
16 changes: 8 additions & 8 deletions light.mode.css
Original file line number Diff line number Diff line change
Expand Up @@ -3128,14 +3128,14 @@ html.theme-light .field_b69b77 {
display: none;
}

.banner_c3e427.popoutBanner_c3e427 {
.banner_d5fdb1.popoutBanner_c3e427 {
border-radius: 8px;
margin: 7px;
width: 95.5%;
height: 53px;
}

.banner_c3e427.profileBanner_f0f36c {
.banner_d5fdb1.profileBanner_f0f36c {
border-radius: 8px;
margin: 12px;
width: 96%;
Expand All @@ -3157,19 +3157,19 @@ html.theme-light .nameTag-35jqbZ {
width: fit-content;
}

html.theme-light .connectedAccountContainer_f3eb60 {
html.theme-light .connectedAccountContainer_ab12c6 {
border-radius: 8px;
background-color: var(--profile-gradient-secondary-color);

border: none !important;
width: 97%;
}

.connectedAccounts_f3eb60.userInfoSection-2u2hir {
.connectedAccounts_ab12c6.userInfoSection-2u2hir {
margin-top: 15px;
}

.connectedAccountsColumn_f3eb60 {
.connectedAccountsColumn_ab12c6 {
width: calc((100% / 2) - 15px);
}

Expand Down Expand Up @@ -3318,13 +3318,13 @@ html.theme-light .typing_d7ebeb strong:nth-last-child()::after {
}

/* user profile in dms fix */
.mutualGuildsList_b433b4 > .collapseBtn_ce1058, .mutualFriendsList_b433b4 > .collapseBtn_ce1058 {
.mutualGuildsList_b433b4 > .collapseBtn_a4a127, .mutualFriendsList_b433b4 > .collapseBtn_a4a127 {
background: transparent !important;
box-shadow: none !important;
border-radius: 0px !important;
}

html.theme-light .mutualGuildsList_b433b4 > .collapseBtn_ce1058:hover, html.theme-light .mutualFriendsList_b433b4 > .collapseBtn_ce1058:hover {
html.theme-light .mutualGuildsList_b433b4 > .collapseBtn_a4a127:hover, html.theme-light .mutualFriendsList_b433b4 > .collapseBtn_a4a127:hover {
background: rgba(0, 0, 0, 0.1) !important;
}

Expand Down Expand Up @@ -3483,7 +3483,7 @@ html.theme-light .mask_d5fdb1 mask circle {
}

/* Make unread DM's highlighted based on accent color */
html.theme-light .link_c91bad:has(.highlighted_f9647d) {
html.theme-light .link_c91bad:has(.highlighted_ec8679) {
border-left: 2px solid rgba(var(--accentcolor), 0.8);
background: linear-gradient(
90deg,
Expand Down

0 comments on commit 5ddec41

Please sign in to comment.