Skip to content

Commit 6e79955

Browse files
committed
fix: several class change updates
1 parent bf3bf58 commit 6e79955

15 files changed

+135
-136
lines changed

NieR-Import.theme.css

Lines changed: 78 additions & 78 deletions
Large diffs are not rendered by default.

src/_cursor.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
#app-mount,
33
.title-3hptVQ,
44
.modeDefault-2fEh7a,
5-
.container_e44302,
5+
.container_fc4f04,
66
.titleBar_a934d8 {
77
cursor: url('https://accrazed.github.io/YoRHA-UI-BetterDiscord/assets/cursors/Hack_Normal_Select_v2.cur'),
88
default !important;
99
}
1010
// Text
11-
.timestamp_ec86aa.latin24CompactTimeStamp_ec86aa,
11+
.timestamp_f9f2ca.latin24CompactTimeStamp_f9f2ca,
1212
.searchBar-zdmu7v,
13-
.contents_ec86aa,
13+
.contents_f9f2ca,
1414
textarea,
1515
.textAreaSlate_d0696b div div,
1616
input {
@@ -26,7 +26,7 @@ button,
2626
.css-rzbxvl-option,
2727
.css-1ba14n5-option,
2828
.css-ku6vh5-indicatorContainer,
29-
.avatar_ec86aa,
29+
.avatar_f9f2ca,
3030
.fileInput-2wWHbw,
3131
.container_cebd1c,
3232
.input-2XRLou,

src/app/_header.scss

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Transparencies
2-
.divider_e44302,
3-
.theme-dark .children_e44302:after,
4-
.container_e44302.themed_e44302 {
2+
.divider_fc4f04,
3+
.theme-dark .children_fc4f04:after,
4+
.container_fc4f04.themed_fc4f04 {
55
background: transparent;
66
}
77
.platform-win .sidebar_a4d4d9 {
@@ -20,7 +20,7 @@
2020
}
2121
// Top header
2222
.name_fd6364,
23-
.title_e44302 {
23+
.title_fc4f04 {
2424
@include titlify(3px, 4px);
2525
margin: 0;
2626
}
@@ -35,12 +35,12 @@
3535
border-radius: 0;
3636
}
3737
// Channel icon
38-
.title_a7d72e .children_e44302 {
39-
.iconWrapper_e44302 {
38+
.title_a7d72e .children_fc4f04 {
39+
.iconWrapper_fc4f04 {
4040
margin: 0 5px;
4141
margin-bottom: 4px;
4242
}
43-
.icon_e44302 {
43+
.icon_fc4f04 {
4444
margin: 6px 0px;
4545
width: 16px;
4646
height: 16px;

src/app/_shapes.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ foreignObject[mask='url(#svg-mask-status-dnd)'] .status-2DiCMd {
3737
background-color: $alert !important;
3838
}
3939
.iconBadge-2wi9r4.participating-NBGDkr,
40-
.iconBadge_e44302 {
40+
.iconBadge_fc4f04 {
4141
background-color: $alert;
4242
}
4343
.strikethrough_b2ca13 {

src/chat/_embeds.scss

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Embed card
22
.embedFull_ad0b71,
3-
.messageContent_ec86aa pre {
3+
.messageContent_f9f2ca pre {
44
@include boxify($high, $mid, 4px);
55

66
& > code {
@@ -59,21 +59,21 @@
5959
@include boxify($high, $mid, 4px);
6060
}
6161
.mediaAttachmentsContainer__242e2,
62-
.oneByOneGridSingle_df7417,
62+
.oneByOneGridSingle_cda674,
6363
.wrapper_f316dd,
6464
.video_f316dd {
6565
border-radius: 0;
6666
}
6767
// Spotify Listen-Along
68-
.theme-dark .invite_cdcad9 {
68+
.theme-dark .invite_f61cb8 {
6969
@include boxify($high, $mid, 3px);
7070
border: none;
7171

72-
.header_cdcad9,
73-
.partyStatus_cdcad9 {
72+
.header_f61cb8,
73+
.partyStatus_f61cb8 {
7474
color: $low;
7575
}
76-
.textLink_cdcad9 {
76+
.textLink_f61cb8 {
7777
color: $alert;
7878
}
7979
}

src/chat/_messages.scss

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
.mentioned_d5deea:before {
99
width: 0;
1010
}
11-
.divider_fc5f50 {
11+
.divider_c2654d {
1212
border-color: $alert;
1313
}
1414
// Scrollbar
@@ -28,7 +28,7 @@
2828
box-shadow: 2px 2px 0 $mid, -3px 0 0 $low, -9px 0 0 $high, -21px 0 0 $low, -18px 2px 0 $mid;
2929
}
3030
// Profile Picture
31-
.full-motion .avatar_ec86aa.clickable_ec86aa {
31+
.full-motion .avatar_f9f2ca.clickable_f9f2ca {
3232
@include boxify($high, $mid, 3px);
3333

3434
&:hover {
@@ -37,23 +37,23 @@
3737
}
3838
}
3939
// Username color
40-
.username_ec86aa.clickable_ec86aa {
40+
.username_f9f2ca.clickable_f9f2ca {
4141
color: $low !important;
4242
}
4343
// Date stamp
44-
.isUnread_fc5f50 .content_fc5f50,
45-
.unreadPill_fc5f50,
46-
.content_fc5f50 {
44+
.isUnread_c2654d .content_c2654d,
45+
.unreadPill_c2654d,
46+
.content_c2654d {
4747
border-radius: 0;
4848
background-color: $alert;
4949
color: $high;
5050
}
51-
.unreadPillCapStroke_fc5f50 {
51+
.unreadPillCapStroke_c2654d {
5252
color: $alert;
5353
fill: $alert;
5454
}
5555
// Quotes
56-
.blockquoteContainer_d6076c .blockquoteDivider_d6076c {
56+
.blockquoteContainer_f8f345 .blockquoteDivider_f8f345 {
5757
border-radius: 0;
5858
background-color: $low;
5959
}
@@ -82,9 +82,9 @@
8282
}
8383
}
8484
}
85-
.mentioned_d5deea .messageContent_ec86aa a,
85+
.mentioned_d5deea .messageContent_f9f2ca a,
8686
.wrapper_a7c28c,
87-
.roleMention_d6076c,
87+
.roleMention_f8f345,
8888
.mention {
8989
color: rgb(218, 212, 187);
9090
}
@@ -109,14 +109,14 @@
109109
.colorBrand_fbc755 {
110110
color: $alert;
111111
}
112-
.repliedMessage_ec86aa:before {
112+
.repliedMessage_f9f2ca:before {
113113
border-left: var(--spine-width) solid $low;
114114
border-bottom: 0 solid $low;
115115
border-right: 0 solid $low;
116116
border-top: var(--spine-width) solid $low;
117117
border-radius: 0;
118118
}
119-
.replyBadge_ec86aa {
119+
.replyBadge_f9f2ca {
120120
border-radius: 0;
121121
border: 1px solid $low;
122122
}
@@ -142,7 +142,7 @@
142142
.scrollableContainer_d0696b {
143143
@include boxify($high, $mid, 3px);
144144
}
145-
.theme-dark .operations_ed9386 {
145+
.theme-dark .operations_baf0d6 {
146146
color: $low;
147147
& > a {
148148
color: $alert;
@@ -154,11 +154,11 @@
154154
color: $alert;
155155
}
156156
// Timestamps
157-
.compact_ec86aa .headerText_ec86aa {
157+
.compact_f9f2ca .headerText_f9f2ca {
158158
border-right: 2px dashed $alert;
159159
}
160-
.compact_ec86aa .timestamp_ec86aa,
161-
.cozy_ec86aa .timestamp_ec86aa.alt_ec86aa {
160+
.compact_f9f2ca .timestamp_f9f2ca,
161+
.cozy_f9f2ca .timestamp_f9f2ca.alt_f9f2ca {
162162
margin-right: 0;
163163
width: auto;
164164
}

src/chat/_threads.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
.typeThread_d8bfb3.wrapper_d8bfb3 {
33
margin-left: 0;
44
}
5-
.hasThread_ec86aa {
5+
.hasThread_f9f2ca {
66
// Elbow
7-
&.cozy_ec86aa:after {
7+
&.cozy_f9f2ca:after {
88
border-left: 2px solid $low;
99
border-bottom: 2px solid $low;
1010
border-bottom-left-radius: 0;
@@ -36,7 +36,7 @@
3636

3737
*[aria-label='Threads'],
3838
*[aria-label='Thread'] {
39-
.icon_e44302 path:first-child {
39+
.icon_fc4f04 path:first-child {
4040
visibility: hidden;
4141
}
4242
}

src/font/_font.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ textarea {
1212
strong {
1313
font-family: var(--nier-font), 'vietnam-pro', Arial, Helvetica, sans-serif;
1414
}
15-
.markup_d6076c {
15+
.markup_f8f345 {
1616
font-size: 11pt;
1717
}

src/guilds/_guilds.scss

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,9 @@
4242
.expandedFolderBackground_bc7085 {
4343
@include boxify($high, $mid, 3px);
4444
&.collapsed_bc7085 {
45-
position:absolute;
45+
position: absolute;
4646
height: 48px;
4747
}
48-
4948
}
5049
.scroller-2TZvBN > div[aria-label='Servers'] > .listItem-2P_4kh foreignObject {
5150
@include boxify($high, $mid, 3px);
@@ -67,15 +66,15 @@
6766
color: $low !important;
6867
}
6968
// Selected / Unread Guild
70-
.item_fd07a3 {
69+
.item_c4cd66 {
7170
width: 11px;
7271
transition: background-color 0.2s;
7372
background-color: $low;
7473
border-radius: 0;
7574
height: 48px !important;
7675
}
7776
// Unread Guild
78-
.item_fd07a3[style='opacity: 1; height: 8px; transform: none;'] {
77+
.item_c4cd66[style='opacity: 1; height: 8px; transform: none;'] {
7978
background-color: $alert;
8079
}
8180
// Unread blip out of screen

src/popouts/_chat-popout.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
}
2121
}
2222
// Pinned Messages
23-
.username_ec86aa {
23+
.username_f9f2ca {
2424
color: $low !important;
2525
}
2626
// Selected tab in header

0 commit comments

Comments
 (0)