Skip to content

Commit

Permalink
Updated classes
Browse files Browse the repository at this point in the history
  • Loading branch information
Gibbu committed Aug 7, 2024
1 parent fa7b193 commit e2ec30c
Show file tree
Hide file tree
Showing 18 changed files with 61 additions and 61 deletions.
2 changes: 1 addition & 1 deletion src/addons/_verticaluserarea.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
& > [style='flex: 0 1 auto;'] {
flex-direction: column;
width: 100%;
.button_f67531 {
.button_adca65 {
width: 100%;
border-radius: 0;
padding: 12px 0;
Expand Down
22 changes: 11 additions & 11 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_e44302 {
.container_fc4f04 {
background: var(--bg-primary);
height: var(--toolbar-height);
padding-left: 24px;
Expand Down Expand Up @@ -53,21 +53,21 @@
}

// In voice call
&.transparent_e44302 {
&.transparent_fc4f04 {
background: linear-gradient(hsl(0 0% 0% / 0.5), transparent);
border-bottom: none;
}
}
.toolbar_e44302 {
.toolbar_fc4f04 {
margin-left: 24px;
.iconWrapper_e44302 {
.iconWrapper_fc4f04 {
order: 1;
margin: 0 24px 0 0;
.iconBadge_e44302 {
.iconBadge_fc4f04 {
border-radius: 50%;
box-shadow: 0 0 calc(var(--glow-intensity) * 10px) calc(var(--glow-intensity) * 1px) hsl(var(--discord-red));
}
&.selected_e44302 {
&.selected_fc4f04 {
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,13 +83,13 @@
margin-right: 24px;
}
}
.children_e44302 {
.children_fc4f04 {
height: 100%;
.iconWrapper_e44302 {
.iconWrapper_fc4f04 {
grid-area: icon;
margin-left: 0;
}
.title_e44302 {
.title_fc4f04 {
margin-right: 24px;
}
.topic_bf3bbb {
Expand All @@ -108,7 +108,7 @@
height: 16px;
}
}
.divider_e44302 {
.divider_fc4f04 {
display: none;
}

Expand Down Expand Up @@ -148,7 +148,7 @@
}

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

Expand Down
2 changes: 1 addition & 1 deletion src/theme/betterdiscord/plugins/_displayaschannels.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
overflow: visible;
margin-left: -2px;
box-sizing: border-box;
.item_fd07a3 {
.item_c4cd66 {
height: 100% !important;
width: 100%;
margin: 0;
Expand Down
2 changes: 1 addition & 1 deletion src/theme/chat/_container.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

// Placeholder messages
.wrapper_ba0ffb,
.wrapper_b211c6 {
.wrapper_b75bb9 {
background: transparent;
}
}
4 changes: 2 additions & 2 deletions src/theme/chat/_message.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ body,
rgb(var(--accent), 0.25);
}
}
.operations_ed9386 .anchor-1MIwyf {
.operations_baf0d6 .anchor-1MIwyf {
color: rgb(var(--accent));
text-shadow: 0 0 calc(var(--input-glow-intensity) * 5px) rgb(var(--accent));
}
Expand Down Expand Up @@ -51,7 +51,7 @@ body,
}

// Message actions
.wrapper_ef319f {
.wrapper_f7e168 {
background: rgb(255 255 255 / 0.03);
border: 1px solid var(--border);
backdrop-filter: blur(5px);
Expand Down
8 changes: 4 additions & 4 deletions src/theme/chat/_textbox.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
transition: var(--transition);
transition-property: filter;
}
&.active_cecf00 {
&.active_f9af59 {
filter: drop-shadow(0 0 calc(var(--chat-glow-intensity) * 5px) rgb(var(--accent)));
svg {
background: rgb(var(--accent)) !important;
Expand All @@ -38,7 +38,7 @@
.emojiButton_d0696b {
padding: 0 4px;
max-height: 54px;
.sprite_af14ca {
.sprite_d91a75 {
width: 24px;
height: 24px;
mask: url(assets.$icon_emoji-happy) center/cover;
Expand All @@ -48,7 +48,7 @@
transition: var(--transition);
transition-property: background;
}
&:hover .sprite_af14ca {
&:hover .sprite_d91a75 {
background: var(--interactive-normal);
}
}
Expand Down Expand Up @@ -77,7 +77,7 @@
transition: var(--transition);
transition-property: border-color, box-shadow;

.divider_fc5f50 {
.divider_c2654d {
border-top: 2px solid rgb(255 255 255 / 0.05);
margin: 0 0 0 12px;
}
Expand Down
2 changes: 1 addition & 1 deletion src/theme/guilds/_bars.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[class*='unreadMentionsIndicator'] {
width: var(--guilds-width);
}
.bar_c10249 {
.bar_edf32f {
box-shadow: 0 0 calc(var(--glow-intensity) * 10px) hsl(var(--discord-red));
opacity: 1;
visibility: visible;
Expand Down
2 changes: 1 addition & 1 deletion src/theme/guilds/_server.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
fill: rgb(var(--accent));
}

.wrapper_fd07a3 {
.wrapper_c4cd66 {
width: 100%;
height: 100%;
overflow: visible;
Expand Down
12 changes: 6 additions & 6 deletions src/theme/members/_member.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
margin: 0;
padding: 0;
background: transparent;
&.selected_e9f61e {
.layout_e9f61e {
&.selected_d808b0 {
.layout_d808b0 {
background: transparent;
}
.username_d272d6 {
Expand Down Expand Up @@ -42,17 +42,17 @@
}
}
}
.layout_e9f61e {
.layout_d808b0 {
padding: 0 16px;
height: var(--member-height);
border-radius: 0;

.name_e9f61e,
.content_e9f61e,
.name_d808b0,
.content_d808b0,
.username_a31c43 {
overflow: visible;
}
.avatar_e9f61e {
.avatar_d808b0 {
z-index: 1;
}
}
Expand Down
6 changes: 3 additions & 3 deletions src/theme/modals/_quickswitch.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,19 +36,19 @@
display: none;
}
}
.header_f14193 {
.header_e3c1c6 {
margin: 0;
padding: 10px 16px;
}
.result_f14193 {
.result_e3c1c6 {
border-radius: 0;
padding: 10px 16px;
height: auto;
&[aria-selected='true'] {
background: var(--background-modifier-hover);
}
}
.content_f14193 {
.content_e3c1c6 {
height: auto;
padding: 0;
line-height: 1;
Expand Down
8 changes: 4 additions & 4 deletions src/theme/pages/_serverdiscovery.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
padding: 0;
position: relative;
&.selectedCategoryItem-FHKU_o {
.layout_e9f61e {
.layout_d808b0 {
background: rgb(var(--accent), 0.1);
color: rgb(var(--accent));
}
path {
fill: rgb(var(--accent));
}
.avatar_e9f61e,
.content_e9f61e {
.avatar_d808b0,
.content_d808b0 {
filter: drop-shadow(0 0 calc(var(--glow-intensity) * 5px) rgb(var(--accent)));
}
&::before {
Expand Down Expand Up @@ -100,7 +100,7 @@
.footer-26kPv_ {
padding: 24px;
}
.card_eb1ca6 {
.card_e90879 {
border-radius: 6px;
background: rgb(255 255 255 / 0.05);
&:hover {
Expand Down
10 changes: 5 additions & 5 deletions src/theme/popouts/_autocomplete.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#app-mount {
.autocomplete_f23da8 {
.autocomplete_bcc24e {
background: var(--bg-primary);
backdrop-filter: blur(var(--blur));
border: 1px solid var(--border);
Expand All @@ -10,7 +10,7 @@

// Left side
.list_efd8e6 {
.listItems_dcade6 {
.listItems_d53d65 {
margin: -16px -12px -8px;
}
.wrapper_efd8e6 {
Expand Down Expand Up @@ -46,7 +46,7 @@
}

// Right side
.list_fe2299 .listItems_dcade6 {
.list_fe2299 .listItems_d53d65 {
margin: -8px;
}
.wrapper_efd8e6 {
Expand All @@ -64,9 +64,9 @@
.categorySection_fe2299 {
margin: 0;
}
.autocompleteRow_f23da8 {
.autocompleteRow_bcc24e {
padding: 0;
.base_f23da8 {
.base_bcc24e {
border-radius: 0;
padding: 8px 16px;
&.selected-3H3-RC {
Expand Down
6 changes: 3 additions & 3 deletions src/theme/popouts/_emojipicker.scss
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,10 @@
border-top: 1px solid var(--border);
border-right: 1px solid var(--border);
background: transparent;
.listItems_dcade6 {
.listItems_d53d65 {
margin: -8px;
}
.scroller_dcade6::-webkit-scrollbar {
.scroller_d53d65::-webkit-scrollbar {
display: none;
}
}
Expand Down Expand Up @@ -205,7 +205,7 @@
.bodyWrapper_c6ee36,
.wrapper_de4721 {
border-top: 1px solid var(--border);
.scroller_dcade6 {
.scroller_d53d65 {
left: -7px;
width: calc(100% + 8px);
}
Expand Down
2 changes: 1 addition & 1 deletion src/theme/profile/_popout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
position: relative;
overflow: hidden;
}
.roleRemoveButton_e4010c {
.roleRemoveButton_f9575e {
position: absolute;
inset: 0;
&[aria-hidden='false']:hover {
Expand Down
2 changes: 1 addition & 1 deletion src/theme/sidebar/_bars.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
.unread_c43953 {
overflow: visible;
}
.unread_c10249 {
.unread_edf32f {
background: hsl(0 0% 100%);
color: #000;
box-shadow: 0 0 calc(var(--glow-intensity) * 10px) hsl(0 0% 100%);
Expand Down
10 changes: 5 additions & 5 deletions src/theme/sidebar/_dms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@
margin: 0;
padding: 0;
border-radius: 0;
.layout_f9647d {
.layout_ec8679 {
padding: 0 18px;
height: var(--dm-height);
border-radius: 0;
}
.content_f9647d {
.content_ec8679 {
overflow: visible;
}
.name_f9647d {
.name_ec8679 {
overflow: visible;
}

Expand All @@ -50,10 +50,10 @@
background: rgb(var(--accent));
box-shadow: 0 0 calc(var(--glow-intensity) * 15px) calc(var(--glow-intensity) * 5px) rgb(var(--accent), 0.2);
}
.name_f9647d {
.name_ec8679 {
filter: drop-shadow(0 0 calc(var(--glow-intensity) * 5px) rgb(var(--accent)));
}
.subText_f9647d {
.subText_ec8679 {
color: #fff;
}
}
Expand Down
4 changes: 2 additions & 2 deletions src/theme/sidebar/_panels.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
.inner_adcaac {
padding: 16px 18px;
}
& > .flex_bba380 {
& > .flex_dc333f {
margin: 0;
}
.button_f67531 {
.button_adca65 {
height: 63px;
border-radius: 0;
width: 42px;
Expand Down
Loading

0 comments on commit e2ec30c

Please sign in to comment.