Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Lioncat6 authored Aug 27, 2024
2 parents 43cf939 + 4fed9e1 commit 6a54fb4
Show file tree
Hide file tree
Showing 20 changed files with 76 additions and 76 deletions.
2 changes: 1 addition & 1 deletion src/addons/_serverrings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
height: calc(var(--server-size, 48px) + 8px);
overflow: visible;
margin-left: -2px;
.item_fd07a3 {
.item_c4cd66 {
height: 100% !important;
width: 100%;
margin: 0;
Expand Down
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;
}
}
12 changes: 6 additions & 6 deletions src/theme/chat/_dividers.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,32 +15,32 @@
display: block;
width: 100%;
}
.content_fc5f50 {
.content_c2654d {
border-radius: 6px;
margin: 0;
padding: 8px 12px;
}
&:not(.isUnread_fc5f50) {
&:not(.isUnread_c2654d) {
&::before,
.content_fc5f50 {
.content_c2654d {
background: var(--border);
}
}
&.isUnread_fc5f50 {
&.isUnread_c2654d {
margin: 8px 0;
&::before {
order: 1;
background: hsl(var(--discord-red));
}
.content_fc5f50 {
.content_c2654d {
order: 2;
margin-right: 12px;
background: hsl(var(--discord-red) / 0.2);
text-shadow: 0 0 calc(var(--chat-glow-intensity) * 5px) hsl(var(--discord-red) / 0.5);
}
}
}
.unreadPill_fc5f50 {
.unreadPill_c2654d {
position: relative;
top: 0;
left: 0;
Expand Down
20 changes: 10 additions & 10 deletions src/theme/chat/_message.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
body,
#app-mount {
$message: '.messageContent_f9f2ca:not(:empty):not(.repliedTextContent_ec86aa):not(.threadMessageAccessoryContent_ec86aa)';
$message: '.messageContent_f9f2ca:not(:empty):not(.repliedTextContent_f9f2ca):not(.threadMessageAccessoryContent_f9f2ca)';

.message_d5deea {
.channelTextArea_d5deea {
Expand All @@ -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 All @@ -33,7 +33,7 @@ body,
}
}
// Chat decorations fix by @lioncat6
.avatarDecoration_ec86aa {
.avatarDecoration_f9f2ca {
--_radio: var(--decoration-to-avatar-ratio);
left: calc(
var(--custom-message-margin-horizontal) -
Expand All @@ -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 Expand Up @@ -149,24 +149,24 @@ body,
}

// Reply
.repliedMessage_ec86aa::before {
.repliedMessage_f9f2ca::before {
left: calc(var(--chat-avatar-size) / 2 * -1 + var(--gutter) * -1 + 5px);
}

// Embeds, invites, ect...
.embedFull_ad0b71,
.wrapper_b9fe76 {
.embedFull_b0068a,
.wrapper_a71a1c {
background: rgb(255 255 255 / 0.03);
}
.wrapperAudio_f316dd {
.wrapperAudio_f72aac {
border: none;
background: rgb(255 255 255 / 0.03);
}
.textContainer_ad9cbd {
.textContainer_d8e2d0 {
background: rgb(255 255 255 / 0.03);
border: none;
}
.footer_ad9cbd {
.footer_d8e2d0 {
background: rgb(255 255 255 / 0.05);
border: none;
}
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 @@ -44,7 +44,7 @@
transition: var(--transition);
transition-property: filter;
}
&.active_cecf00, &.active_f9af59 {
&.active_f9af59 {
filter: drop-shadow(0 0 calc(var(--chat-glow-intensity) * 5px) rgb(var(--accent)));
svg {
background: rgb(var(--accent)) !important;
Expand All @@ -55,7 +55,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 @@ -65,7 +65,7 @@
transition: var(--transition);
transition-property: background;
}
&:hover .sprite_af14ca {
&:hover .sprite_d91a75 {
background: var(--interactive-normal);
}
}
Expand Down Expand Up @@ -94,7 +94,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
Loading

0 comments on commit 6a54fb4

Please sign in to comment.