Skip to content

Commit 7047cd5

Browse files
committed
Updated for class reroll
1 parent 63515b5 commit 7047cd5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+547
-547
lines changed

src/addons/_radialglow.scss

+3-3
Original file line numberDiff line numberDiff line change
@@ -110,15 +110,15 @@ $statusMap: (
110110
@each $status in $statusList {
111111
$parsedItem: $parsedItem + '[aria-label*="' + $status + '" i]';
112112
}
113-
#{selector.append('.wrapper_c51b4e', selector.simple-selectors($parsedItem))},
114-
#{selector.append('.avatarWrapper', '[data-status="#{$statusType}"]')} .wrapper_c51b4e {
113+
#{selector.append('.wrapper__44b0c', selector.simple-selectors($parsedItem))},
114+
#{selector.append('.avatarWrapper', '[data-status="#{$statusType}"]')} .wrapper__44b0c {
115115
box-shadow: 0 0 calc(var(--glow-intensity) * 10px) var(--rs-#{$statusType}-color);
116116
}
117117
}
118118

119119
// StatusEverywhere by Strencher
120120
#app-mount {
121-
.wrapper_c51b4e.StatusEverywhere-avatar-chatAvatar {
121+
.wrapper__44b0c.StatusEverywhere-avatar-chatAvatar {
122122
margin: 0;
123123
}
124124
.avatarWrapper {

src/addons/_serverrings.scss

+7-7
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99
}
1010

1111
#app-mount {
12-
.wrapper_bc7085 ul[role='group'] {
12+
.wrapper__48112 ul[role='group'] {
1313
height: auto !important;
1414
}
1515

16-
.scroller_fea3ef > div[style]:not([class]) {
16+
.scroller_ef3116 > div[style]:not([class]) {
1717
margin-bottom: var(--server-spacing);
1818
}
1919

2020
// Container
21-
.listItem_c96c45 {
21+
.listItem__650eb {
2222
width: 100%;
2323
margin-bottom: var(--server-spacing);
2424
[class*='pill'] {
@@ -29,7 +29,7 @@
2929
height: calc(var(--server-size, 48px) + 8px);
3030
overflow: visible;
3131
margin-left: -2px;
32-
.item_c4cd66 {
32+
.item__58105 {
3333
height: 100% !important;
3434
width: 100%;
3535
margin: 0;
@@ -78,7 +78,7 @@
7878
}
7979

8080
// Active state
81-
.blobContainer_a5ad63,
81+
.blobContainer_e5445c,
8282
.listItemWrapper_dfb2f8 {
8383
transition: var(--transition, 0.15s ease);
8484
transition-property: transform;
@@ -87,13 +87,13 @@
8787
}
8888
}
8989

90-
.svg_c5f96a foreignObject {
90+
.svg_cc5dd2 foreignObject {
9191
border-radius: var(--server-roundness, 50%);
9292
mask: none !important;
9393
}
9494
}
9595

9696
// Hide Broken Discoverable Servers Ring
97-
.pill_db6521 {
97+
.pill__5bc7e {
9898
display: none;
9999
}

src/addons/_verticaluserarea.scss

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
#app-mount {
22
--iconOffset: 0px;
3-
.guilds_a4d4d9 {
4-
.tree_fea3ef {
3+
.guilds_c48ade {
4+
.tree_ef3116 {
55
outline: none !important;
66
}
7-
.unreadMentionsIndicatorBottom_fea3ef {
7+
.unreadMentionsIndicatorBottom_ef3116 {
88
bottom: calc(var(--user-area) + 10px);
99
}
1010
// Discovery button
11-
.footer_d71945 {
11+
.footer__214dc {
1212
width: 100%;
1313
margin-bottom: calc(var(--user-area, 200px) + var(--iconOffset));
1414
background: transparent;
15-
.listItem_c96c45 {
15+
.listItem__650eb {
1616
margin-bottom: 0px;
1717
}
1818
}
1919
}
2020

21-
.panels_a4d4d9 > .container_b2ca13 {
21+
.panels_c48ade > .container__37e49 {
2222
background: transparent;
2323
position: fixed;
2424
bottom: 0;
@@ -31,31 +31,31 @@
3131
& > [style='flex: 0 1 auto;'] {
3232
flex-direction: column;
3333
width: 100%;
34-
.button_adca65 {
34+
.button__67645 {
3535
width: 100%;
3636
border-radius: 0;
3737
padding: 12px 0;
3838
height: auto;
3939
}
4040
}
41-
.avatarWrapper_b2ca13 {
41+
.avatarWrapper__37e49 {
4242
margin-right: 0;
4343
margin-top: 12px;
44-
.svg_c51b4e {
44+
.svg__44b0c {
4545
width: 50px;
4646
height: 50px;
4747
transform: translate(1px, 1px);
4848
}
4949
}
50-
.avatar_b2ca13 {
50+
.avatar__37e49 {
5151
width: 42px !important;
5252
height: 42px !important;
5353
}
5454
}
55-
.nameTag_b2ca13 {
55+
.nameTag__37e49 {
5656
display: none;
5757
}
58-
.avatarWrapper_b2ca13 {
58+
.avatarWrapper__37e49 {
5959
margin: 0;
6060
min-width: unset;
6161
&:hover {

src/theme/app/_app.scss

+8-8
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ span:not([class*='spinner_']):not([class*='spinnerItem']) {
77
// Background
88
body,
99
#app-mount,
10-
.app_a01fb1 {
10+
.app__160d8 {
1111
background: transparent;
1212
}
13-
.bg_d4b6c5 {
13+
.bg__960e4 {
1414
background-image: var(--background-image);
1515
background-color: transparent;
1616
background-attachment: var(--background-attachment, fixed);
@@ -20,13 +20,13 @@ body,
2020
}
2121

2222
// Remove wack ass box shadow from chat
23-
.content_a7d72e::before {
23+
.content_f75fb0::before {
2424
content: none;
2525
}
2626

2727
// Light more wanrning
2828
html.theme-light {
29-
.app_a01fb1::after {
29+
.app__160d8::after {
3030
content: 'SoftX is not designed for Light Mode.\APlease switch to Dark mode in your Discord Appearance Settings.';
3131
line-height: 1.5;
3232
white-space: pre-wrap;
@@ -36,7 +36,7 @@ html.theme-light {
3636
padding: 16px;
3737
color: #fff;
3838
}
39-
.container_b2ca13 {
39+
.container__37e49 {
4040
bottom: 81px !important;
4141
}
4242
}
@@ -48,19 +48,19 @@ html.theme-light {
4848
}
4949

5050
// Remove settings animation
51-
.layer_d4b6c5.baseLayer_d4b6c5 {
51+
.layer__960e4.baseLayer__960e4 {
5252
transform: scale(1) !important;
5353
opacity: 1 !important;
5454
}
5555

5656
// Versioning
57-
.layer_d4b6c5:not(.baseLayer_d4b6c5) .info_c5a741 > span:first-child::before {
57+
.layer__960e4:not(.baseLayer__960e4) .info__2debe > span:first-child::before {
5858
display: block;
5959
content: 'SoftX v' var(--softx-version);
6060
text-transform: none;
6161
}
6262

6363
// theme loading screen
64-
.container_e40c16 {
64+
.container_a2f514 {
6565
background-color: hsl(0deg 0% 10%);
6666
}

src/theme/app/_scrollbars.scss

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
.members_cbd271,
2-
.peopleList_e0840f,
3-
.sidebarRegionScroller_c25c6d,
4-
.contentRegionScroller_c25c6d,
5-
.customScroller_c25c6d,
6-
.list_e87574,
1+
.members_c8ffbb,
2+
.peopleList__5ec2f,
3+
.sidebarRegionScroller__23e6b,
4+
.contentRegionScroller__23e6b,
5+
.customScroller__23e6b,
6+
.list_e29cd7,
77
[class*='scrollerBase_'],
8-
.container_eedf95 {
8+
.container__55c99 {
99
overflow: hidden overlay !important;
1010
&::-webkit-scrollbar {
1111
width: 8px;

src/theme/app/_toolbar.scss

+21-21
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@use '../assets';
22

33
#app-mount {
4-
.container_fc4f04 {
4+
.container__9293f {
55
background: var(--bg-primary);
66
height: var(--toolbar-height);
77
padding-left: 24px;
@@ -53,21 +53,21 @@
5353
}
5454

5555
// In voice call
56-
&.transparent_fc4f04 {
56+
&.transparent__9293f {
5757
background: linear-gradient(hsl(0 0% 0% / 0.5), transparent);
5858
border-bottom: none;
5959
}
6060
}
61-
.toolbar_fc4f04 {
61+
.toolbar__9293f {
6262
margin-left: 24px;
63-
.iconWrapper_fc4f04 {
63+
.iconWrapper__9293f {
6464
order: 1;
6565
margin: 0 24px 0 0;
66-
.iconBadge_fc4f04 {
66+
.iconBadge__9293f {
6767
border-radius: 50%;
6868
box-shadow: 0 0 calc(var(--glow-intensity) * 10px) calc(var(--glow-intensity) * 1px) hsl(var(--discord-red));
6969
}
70-
&.selected_fc4f04 {
70+
&.selected__9293f {
7171
filter: drop-shadow(0 0 calc(var(--glow-intensity) * 8px) rgb(var(--accent), 0.35))
7272
drop-shadow(0 0 calc(var(--glow-intensity) * 2px) rgb(var(--accent), 0.35));
7373
svg path {
@@ -83,16 +83,16 @@
8383
margin-right: 24px;
8484
}
8585
}
86-
.children_fc4f04 {
86+
.children__9293f {
8787
height: 100%;
88-
.iconWrapper_fc4f04 {
88+
.iconWrapper__9293f {
8989
grid-area: icon;
9090
margin-left: 0;
9191
}
92-
.title_fc4f04 {
92+
.title__9293f {
9393
margin-right: 24px;
9494
}
95-
.topic_bf3bbb {
95+
.topic__6ec1a {
9696
grid-area: bottom;
9797
}
9898
.status__2a4a6 {
@@ -108,7 +108,7 @@
108108
height: 16px;
109109
}
110110
}
111-
.divider_fc4f04 {
111+
.divider__9293f {
112112
display: none;
113113
}
114114

@@ -117,9 +117,9 @@
117117
}
118118
}
119119

120-
.tabBar_c2739c {
120+
.tabBar__133bf {
121121
height: 100%;
122-
.item_c2739c {
122+
.item__133bf {
123123
border-radius: 0;
124124
background: transparent !important;
125125
overflow: visible;
@@ -148,41 +148,41 @@
148148
}
149149

150150
// Open thread sidebar
151-
.threadSidebarOpen_a7d72e .container_fc4f04 {
151+
.threadSidebarOpen_f75fb0 .container__9293f {
152152
border-right: 1px solid var(--border);
153153
}
154154

155155
// Makes the top bar more easily grabbable
156-
.titleBar_a934d8 {
156+
.titleBar__421ed {
157157
height: 20px;
158158
-webkit-app-region: drag;
159159
pointer-events: none;
160160
top: 0;
161161
}
162162

163163
// Fix notice banner
164-
.notice_b5000b {
164+
.notice__36c3e {
165165
border-radius: 0;
166166
}
167-
.closeButton_be03aa {
167+
.closeButton__6e2b9 {
168168
left: 15px;
169169
}
170170

171171
}
172172

173173
//fixed the shit -lion
174-
.platform-win .winButton_a934d8 {
174+
.platform-win .winButton__421ed {
175175
height: 74px;
176176
}
177-
.toolbar_fc4f04 {
177+
.toolbar__9293f {
178178
margin-right: 0px;
179179
}
180-
.theme-dark .themed_fc4f04 {
180+
.theme-dark .themed__9293f {
181181
background: var(--bg-secondary);
182182
height: 74px;
183183
border-bottom: 1px solid var(--border);
184184
}
185-
.theme-dark .children_fc4f04:after {
185+
.theme-dark .children__9293f:after {
186186
background: transparent;
187187
}
188188

src/theme/app/_tooltips.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#app-mount {
2-
.tooltipPrimary_b6c360 {
2+
.tooltipPrimary__382e7 {
33
background: var(--bg-primary);
44
border: 1px solid var(--border);
55
backdrop-filter: blur(2px);

src/theme/betterdiscord/plugins/_channeldms.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
#app-mount {
77
// List
8-
.ChannelDms-channelmembers-wrap .privateChannels_f0963d {
8+
.ChannelDms-channelmembers-wrap .privateChannels__35e86 {
99
width: var(--members-width);
1010
background: var(--bg-primary);
1111
}
@@ -39,7 +39,7 @@
3939
border: 1px solid var(--border);
4040
border-radius: 0;
4141
width: var(--channeldms-popout-width);
42-
.chatContent_a7d72e {
42+
.chatContent_f75fb0 {
4343
margin-top: -48px;
4444
height: 609px;
4545
}

0 commit comments

Comments
 (0)