Skip to content

Commit

Permalink
Updated for class reroll
Browse files Browse the repository at this point in the history
  • Loading branch information
Gibbu committed Jun 19, 2024
1 parent e1e2a65 commit a6c1a79
Show file tree
Hide file tree
Showing 65 changed files with 505 additions and 505 deletions.
6 changes: 3 additions & 3 deletions src/addons/_radialglow.scss
Original file line number Diff line number Diff line change
Expand Up @@ -110,15 +110,15 @@ $statusMap: (
@each $status in $statusList {
$parsedItem: $parsedItem + '[aria-label*="' + $status + '" i]';
}
#{selector.append('.wrapper__3ed10', selector.simple-selectors($parsedItem))},
#{selector.append('.avatarWrapper', '[data-status="#{$statusType}"]')} .wrapper__3ed10 {
#{selector.append('.wrapper_c51b4e', selector.simple-selectors($parsedItem))},
#{selector.append('.avatarWrapper', '[data-status="#{$statusType}"]')} .wrapper_c51b4e {
box-shadow: 0 0 calc(var(--glow-intensity) * 10px) var(--rs-#{$statusType}-color);
}
}

// StatusEverywhere by Strencher
#app-mount {
.wrapper__3ed10.StatusEverywhere-avatar-chatAvatar {
.wrapper_c51b4e.StatusEverywhere-avatar-chatAvatar {
margin: 0;
}
.avatarWrapper {
Expand Down
16 changes: 8 additions & 8 deletions src/addons/_serverrings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
}

#app-mount {
.wrapper__832f2 ul[role='group'] {
.wrapper_bc7085 ul[role='group'] {
height: auto !important;
}

.scroller_de945b > div[style]:not([class]) {
.scroller_fea3ef > div[style]:not([class]) {
margin-bottom: var(--server-spacing);
}

// Container
.listItem__48528 {
.listItem_c96c45 {
width: 100%;
margin-bottom: var(--server-spacing);
[class*='pill'] {
Expand All @@ -29,7 +29,7 @@
height: calc(var(--server-size, 48px) + 8px);
overflow: visible;
margin-left: -2px;
.item_f9d377 {
.item_fd07a3 {
height: 100% !important;
width: 100%;
margin: 0;
Expand Down Expand Up @@ -78,22 +78,22 @@
}

// Active state
.blobContainer_c44493,
.listItemWrapper__3d465 {
.blobContainer_a5ad63,
.listItemWrapper_dfb2f8 {
transition: var(--transition, 0.15s ease);
transition-property: transform;
&:active {
transform: scale(0.9);
}
}

.svg__34dd4 foreignObject {
.svg_c5f96a foreignObject {
border-radius: var(--server-roundness, 50%);
mask: none !important;
}
}

// Hide Broken Discoverable Servers Ring
.pill__13f64 {
.pill_db6521 {
display: none;
}
22 changes: 11 additions & 11 deletions src/addons/_verticaluserarea.scss
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
#app-mount {
.guilds__2b93a {
.tree__7a511 {
.guilds_a4d4d9 {
.tree_fea3ef {
outline: none !important;
}
.scroller_de945b {
.scroller_fea3ef {
margin-bottom: var(--user-area, 220px);
}
.unreadMentionsIndicatorBottom__9351c {
.unreadMentionsIndicatorBottom_fea3ef {
bottom: calc(var(--user-area) + 10px);
}
}

.panels__58331 > .container_debb33 {
.panels_a4d4d9 > .container_b2ca13 {
background: transparent;
position: fixed;
bottom: 0;
Expand All @@ -24,31 +24,31 @@
& > [style='flex: 0 1 auto;'] {
flex-direction: column;
width: 100%;
.button_ae40a4 {
.button_f67531 {
width: 100%;
border-radius: 0;
padding: 12px 0;
height: auto;
}
}
.avatarWrapper__500a6 {
.avatarWrapper_b2ca13 {
margin-right: 0;
margin-top: 12px;
.svg_a6bf1c {
.svg_c51b4e {
width: 50px;
height: 50px;
transform: translate(1px, 1px);
}
}
.avatar_f8541f {
.avatar_b2ca13 {
width: 42px !important;
height: 42px !important;
}
}
.nameTag__77ab2 {
.nameTag_b2ca13 {
display: none;
}
.avatarWrapper__500a6 {
.avatarWrapper_b2ca13 {
margin: 0;
min-width: unset;
&:hover {
Expand Down
14 changes: 7 additions & 7 deletions src/theme/app/_app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ span:not([class*='spinner_']):not([class*='spinnerItem']) {
// Background
body,
#app-mount,
.app_de4237 {
.app_a01fb1 {
background: transparent;
}
.bg__12180 {
.bg_d4b6c5 {
background-image: var(--background-image);
background-color: transparent;
background-attachment: var(--background-attachment, fixed);
Expand All @@ -20,13 +20,13 @@ body,
}

// Remove wack ass box shadow from chat
.content__01e65::before {
.content_a7d72e::before {
content: none;
}

// Light more wanrning
html.theme-light {
.app_de4237::after {
.app_a01fb1::after {
content: 'SoftX is not build for Lightmode.\APlease switch to Dark mode in your Discord Appearance Settings.';
line-height: 1.5;
white-space: pre-wrap;
Expand All @@ -36,7 +36,7 @@ html.theme-light {
padding: 16px;
color: #fff;
}
.container_debb33 {
.container_b2ca13 {
bottom: 81px !important;
}
}
Expand All @@ -48,13 +48,13 @@ html.theme-light {
}

// Remove settings animation
.layer_f7d46a.baseLayer__2b890 {
.layer_d4b6c5.baseLayer_d4b6c5 {
transform: scale(1) !important;
opacity: 1 !important;
}

// Versioning
.layer_f7d46a:not(.baseLayer__2b890) .info__755e1 > span:first-child::before {
.layer_d4b6c5:not(.baseLayer_d4b6c5) .info_c5a741 > span:first-child::before {
display: block;
content: 'SoftX v' var(--softx-version);
text-transform: none;
Expand Down
14 changes: 7 additions & 7 deletions src/theme/app/_scrollbars.scss
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
.members__573eb,
.peopleList_d2f527,
.sidebarRegionScroller__8113e,
.contentRegionScroller__9ae20,
.customScroller_b96e1e,
.list__41249,
.members_cbd271,
.peopleList_e0840f,
.sidebarRegionScroller_c25c6d,
.contentRegionScroller_c25c6d,
.customScroller_c25c6d,
.list_e87574,
[class*='scrollerBase_'],
.container__84c26 {
.container_eedf95 {
overflow: hidden overlay !important;
&::-webkit-scrollbar {
width: 8px;
Expand Down
30 changes: 15 additions & 15 deletions src/theme/app/_toolbar.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@use '../assets';

#app-mount {
.container__26baa {
.container_e44302 {
background: var(--bg-primary);
height: var(--toolbar-height);
padding-left: 24px;
Expand Down Expand Up @@ -53,21 +53,21 @@
}

// In voice call
&.transparent__8d0a5 {
&.transparent_e44302 {
background: linear-gradient(hsl(0 0% 0% / 0.5), transparent);
border-bottom: none;
}
}
.toolbar__62fb5 {
.toolbar_e44302 {
margin-left: 24px;
.iconWrapper_de6cd1 {
.iconWrapper_e44302 {
order: 1;
margin: 0 24px 0 0;
.iconBadge__20a6b {
.iconBadge_e44302 {
border-radius: 50%;
box-shadow: 0 0 calc(var(--glow-intensity) * 10px) calc(var(--glow-intensity) * 1px) hsl(var(--discord-red));
}
&.selected__1fc53 {
&.selected_e44302 {
filter: drop-shadow(0 0 calc(var(--glow-intensity) * 8px) rgb(var(--accent), 0.35))
drop-shadow(0 0 calc(var(--glow-intensity) * 2px) rgb(var(--accent), 0.35));
svg path {
Expand All @@ -83,16 +83,16 @@
margin-right: 24px;
}
}
.children_cde9af {
.children_e44302 {
height: 100%;
.iconWrapper_de6cd1 {
.iconWrapper_e44302 {
grid-area: icon;
margin-left: 0;
}
.title__84e16 {
.title_e44302 {
margin-right: 24px;
}
.topic__16ae3 {
.topic_bf3bbb {
grid-area: bottom;
}
.status__2a4a6 {
Expand All @@ -108,7 +108,7 @@
height: 16px;
}
}
.divider_bdb894 {
.divider_e44302 {
display: none;
}

Expand All @@ -117,9 +117,9 @@
}
}

.tabBar__73938 {
.tabBar_c2739c {
height: 100%;
.item_e4ca95 {
.item_c2739c {
border-radius: 0;
background: transparent !important;
overflow: visible;
Expand Down Expand Up @@ -148,12 +148,12 @@
}

// Open thread sidebar
.threadSidebarOpen__62c31 .container__26baa {
.threadSidebarOpen_a7d72e .container_e44302 {
border-right: 1px solid var(--border);
}

// Makes the top bar more easily grabbable
.titleBar__710b0 {
.titleBar_a934d8 {
height: 20px;
-webkit-app-region: drag;
pointer-events: none;
Expand Down
2 changes: 1 addition & 1 deletion src/theme/app/_tooltips.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#app-mount {
.tooltipPrimary__51b23 {
.tooltipPrimary_b6c360 {
background: var(--bg-primary);
border: 1px solid var(--border);
backdrop-filter: blur(2px);
Expand Down
4 changes: 2 additions & 2 deletions src/theme/betterdiscord/plugins/_channeldms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

#app-mount {
// List
.ChannelDms-channelmembers-wrap .privateChannels__9b518 {
.ChannelDms-channelmembers-wrap .privateChannels_f0963d {
width: var(--members-width);
background: var(--bg-primary);
}
Expand Down Expand Up @@ -39,7 +39,7 @@
border: 1px solid var(--border);
border-radius: 0;
width: var(--channeldms-popout-width);
.chatContent_f087cb {
.chatContent_a7d72e {
margin-top: -48px;
height: 609px;
}
Expand Down
8 changes: 4 additions & 4 deletions src/theme/betterdiscord/plugins/_displayaschannels.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.styledGuildsAsChannels-DNHtg_ #app-mount {
.guilds__2b93a {
.guilds_a4d4d9 {
width: calc(var(--guilds-width) * 2 + 44px) !important;
}
.listItem__48528 {
.listItem_c96c45 {
margin: 0 16px var(--server-spacing);
[class^='pill'] {
left: -4px;
Expand All @@ -13,15 +13,15 @@
overflow: visible;
margin-left: -2px;
box-sizing: border-box;
.item_f9d377 {
.item_fd07a3 {
height: 100% !important;
width: 100%;
margin: 0;
border-radius: 4px;
}
}
}
.expandedFolderBackground_b1385f {
.expandedFolderBackground_bc7085 {
width: calc(100% - 34px);
border-radius: 4px;
top: 1px;
Expand Down
2 changes: 1 addition & 1 deletion src/theme/betterdiscord/plugins/_membercount.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#app-mount {
.membersWrap__5ca6b.hasCounter .members__573eb {
.membersWrap_cbd271.hasCounter .members_cbd271 {
margin-top: 0;
padding-top: 48px;
}
Expand Down
4 changes: 2 additions & 2 deletions src/theme/betterdiscord/plugins/_themepluginrepo.scss
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#app-mount {
.contentTransitionWrap__3ba4e {
.contentTransitionWrap_c25c6d {
position: relative;
}

.repoList-9JnAPs {
.contentRegionScroller__9ae20 {
.contentRegionScroller_c25c6d {
padding-top: 96px;
}
}
Expand Down
Loading

0 comments on commit a6c1a79

Please sign in to comment.