From 909987c71cdebd43a8c2b888d766d53c1d33771d Mon Sep 17 00:00:00 2001 From: TakosThings <20344790+TakosThings@users.noreply.github.com> Date: Thu, 18 Jul 2024 18:20:23 +0930 Subject: [PATCH] Run update classes script --- .../plugins/_Dastan21.FavoriteMedia.scss | 2 +- src/modules/main/chat/_autocomplete.scss | 8 +++---- src/modules/main/chat/_chat.scss | 4 ++-- src/modules/main/chat/_chatbox.scss | 8 +++---- src/modules/main/chat/embeds/_file.scss | 24 +++++++++---------- src/modules/main/chat/embeds/_invite.scss | 20 ++++++++-------- .../main/chat/embeds/_site_preview.scss | 8 +++---- src/modules/main/chat/embeds/_text.scss | 4 ++-- .../modals/_leave_server_feedback.scss | 6 ++--- src/modules/modals/_modal.scss | 4 ++-- src/modules/settings/_user_settings.scss | 14 +++++------ src/modules/ui/_buttons.scss | 4 ++-- 12 files changed, 53 insertions(+), 53 deletions(-) diff --git a/src/modules/betterdiscord/plugins/_Dastan21.FavoriteMedia.scss b/src/modules/betterdiscord/plugins/_Dastan21.FavoriteMedia.scss index 17492c2..aed6c0d 100644 --- a/src/modules/betterdiscord/plugins/_Dastan21.FavoriteMedia.scss +++ b/src/modules/betterdiscord/plugins/_Dastan21.FavoriteMedia.scss @@ -6,7 +6,7 @@ height: 32px; margin-top: 6px; margin-right: 2px; - &.active_cecf00, + &.active_f9af59, &:hover{ background-color: $ControlFillColorDefault; border: 1px solid $ControlStrokeColorDefault; diff --git a/src/modules/main/chat/_autocomplete.scss b/src/modules/main/chat/_autocomplete.scss index 197eb22..1120dec 100644 --- a/src/modules/main/chat/_autocomplete.scss +++ b/src/modules/main/chat/_autocomplete.scss @@ -1,12 +1,12 @@ .theme-dark .channelTextArea_a7d72e{ &:focus-within{ - .autocomplete_f23da8{ + .autocomplete_bcc24e{ border-color: $ControlStrokeColorDefault; } } } -.theme-dark .autocomplete_f23da8{ +.theme-dark .autocomplete_bcc24e{ bottom: calc(100% + 4px); box-shadow: none; background-color: $CardStrokeColorDefaultSolid; @@ -52,7 +52,7 @@ } // Commands matching: header - .contentTitle_f23da8{ + .contentTitle_bcc24e{ @include TypeBody; color: $TextFillColorPrimary; text-transform: none; @@ -67,7 +67,7 @@ } // Command - .base_f23da8{ + .base_bcc24e{ &.selected-3H3-RC{ background-color: $SubtleFillColorSecondary; box-shadow: inset 0 0 0 1px $SubtleFillColorSecondary; // Using box-shadow because borders cause the div to grow; diff --git a/src/modules/main/chat/_chat.scss b/src/modules/main/chat/_chat.scss index 60c2a0f..d836238 100644 --- a/src/modules/main/chat/_chat.scss +++ b/src/modules/main/chat/_chat.scss @@ -240,7 +240,7 @@ border-bottom-color: $AccentBase; } } - .emojiButton_af14ca{ + .emojiButton_d91a75{ height: 32px; width: 32px; margin: 6px 4px 0 0; @@ -251,7 +251,7 @@ @include FontIconFluent; font-size: 16px; } - &.emojiButtonHovered_af14ca{ + &.emojiButtonHovered_d91a75{ background-color: $ControlFillColorDisabled; border-color: $ControlStrokeColorDefault; &::before{ diff --git a/src/modules/main/chat/_chatbox.scss b/src/modules/main/chat/_chatbox.scss index 184eadf..4bb580a 100644 --- a/src/modules/main/chat/_chatbox.scss +++ b/src/modules/main/chat/_chatbox.scss @@ -117,8 +117,8 @@ font-size: 18px; } &:hover, - &.active_cecf00, - &.emojiButtonHovered_af14ca{ + &.active_f9af59, + &.emojiButtonHovered_d91a75{ background-color: $ControlFillColorDisabled; border-color: $ControlStrokeColorDefault; &::before{ @@ -128,7 +128,7 @@ } // Always hide the emoji button icon since it can be directly selected - .emojiButton_af14ca{ + .emojiButton_d91a75{ .contents_dd4f85{ display: none; } @@ -169,7 +169,7 @@ display: none; } // Set a static emoji icon - .emojiButton_af14ca{ + .emojiButton_d91a75{ margin: 0 4px 0 0; &::before{ content: "\E76E"; //Emoji2 diff --git a/src/modules/main/chat/embeds/_file.scss b/src/modules/main/chat/embeds/_file.scss index 355f969..b6699fb 100644 --- a/src/modules/main/chat/embeds/_file.scss +++ b/src/modules/main/chat/embeds/_file.scss @@ -1,4 +1,4 @@ -.theme-dark .attachment_a4623d{ +.theme-dark .attachment_b52bef{ width: 400px; position: relative; background-color: $CardBackgroundFillColorDefault; @@ -8,7 +8,7 @@ img{ display: none; - & ~ .attachmentInner_a4623d{ + & ~ .attachmentInner_b52bef{ position: relative; padding-left: 40px; &::before{ @@ -19,36 +19,36 @@ @include FontIconFluent; font-size: 24px; } - .filenameLinkWrapper_a4623d a{ + .filenameLinkWrapper_b52bef a{ line-height: 20px; } } } - img[title="acrobat"] ~ .attachmentInner_a4623d::before{ + img[title="acrobat"] ~ .attachmentInner_b52bef::before{ content: "\ea90"; // PDF } - img[title="archive"] ~ .attachmentInner_a4623d::before{ + img[title="archive"] ~ .attachmentInner_b52bef::before{ content: "\f012"; // ZipFolder } - img[title="document"] ~ .attachmentInner_a4623d::before{ + img[title="document"] ~ .attachmentInner_b52bef::before{ content: "\f000"; // KnowledgeArticle } - img[title="spreadsheet"] ~ .attachmentInner_a4623d::before{ + img[title="spreadsheet"] ~ .attachmentInner_b52bef::before{ content: "\E9F9"; // ReportDocument } - img[title="unknown"] ~ .attachmentInner_a4623d::before{ + img[title="unknown"] ~ .attachmentInner_b52bef::before{ content: "\e9ce"; // Unknown } - img[title="ae"] ~ .attachmentInner_a4623d::before, - img[title="ai"] ~ .attachmentInner_a4623d::before, - img[title="sketch"] ~ .attachmentInner_a4623d::before{ + img[title="ae"] ~ .attachmentInner_b52bef::before, + img[title="ai"] ~ .attachmentInner_b52bef::before, + img[title="sketch"] ~ .attachmentInner_b52bef::before{ content: "\e8a5"; // Document } - .metadata_a4623d{ + .metadata_b52bef{ color: $TextFillColorSecondary; @include TypeCaption; font-weight: normal; diff --git a/src/modules/main/chat/embeds/_invite.scss b/src/modules/main/chat/embeds/_invite.scss index d52e7d2..576e930 100644 --- a/src/modules/main/chat/embeds/_invite.scss +++ b/src/modules/main/chat/embeds/_invite.scss @@ -1,11 +1,11 @@ -.theme-dark .wrapper_b9fe76{ +.theme-dark .wrapper_a71a1c{ width: 400px; background-color: $CardBackgroundFillColorDefault; border: 1px solid $SurfaceStrokeColorFlyout; border-radius: 8px; // Header - .header_b9fe76{ + .header_a71a1c{ color: $TextFillColorPrimary; @include FontNormal; @include TypeBodyStrong; @@ -13,12 +13,12 @@ } // Icon - .guildIcon_b9fe76{ + .guildIcon_a71a1c{ border-radius: 50%; align-self: center; } // Expired icon - .guildIconExpired_b9fe76{ + .guildIconExpired_a71a1c{ background-color: transparent; background-image: none; &::before{ @@ -33,22 +33,22 @@ } } - .statusCounts_b9fe76{ + .statusCounts_a71a1c{ flex-direction: column; align-items: flex-start; } // Online users - i.status_b9fe76{ + i.status_a71a1c{ display: none; } - .count_b9fe76{ + .count_a71a1c{ padding-left: 12px; position: relative; @include TypeBody; flex-direction: row; } - i.statusOnline_b9fe76 ~ span{ + i.statusOnline_a71a1c ~ span{ &::before{ content: ""; width: 8px; @@ -60,14 +60,14 @@ border-radius: 4px; } } - i.statusOffline_b9fe76 ~ span{ + i.statusOffline_a71a1c ~ span{ &::before{ background-color: #8a8886; } } // Button - .button_b9fe76.buttonSize_b9fe76{ + .button_a71a1c.buttonSize_a71a1c{ height: 32px; } } diff --git a/src/modules/main/chat/embeds/_site_preview.scss b/src/modules/main/chat/embeds/_site_preview.scss index c7422fd..b4e5ab4 100644 --- a/src/modules/main/chat/embeds/_site_preview.scss +++ b/src/modules/main/chat/embeds/_site_preview.scss @@ -1,12 +1,12 @@ -.theme-dark .embedFull_ad0b71{ +.theme-dark .embedFull_b0068a{ background-color: $CardBackgroundFillColorDefault; - .embedProvider_ad0b71{ + .embedProvider_b0068a{ @include TypeCaption; } - .embedAuthor_ad0b71{ + .embedAuthor_b0068a{ @include TypeBody; } - .embedTitle_ad0b71{ + .embedTitle_b0068a{ @include TypeBody; } } diff --git a/src/modules/main/chat/embeds/_text.scss b/src/modules/main/chat/embeds/_text.scss index bec21dc..70a96a7 100644 --- a/src/modules/main/chat/embeds/_text.scss +++ b/src/modules/main/chat/embeds/_text.scss @@ -1,4 +1,4 @@ -.theme-dark .textContainer_ad9cbd{ +.theme-dark .textContainer_d8e2d0{ background-color: $CardBackgroundFillColorDefault; border: 1px solid $SurfaceStrokeColorFlyout; border-radius: 8px 8px 0 0; @@ -8,7 +8,7 @@ } // Footer -.theme-dark .footer_ad9cbd{ +.theme-dark .footer_d8e2d0{ background-color: $CardBackgroundFillColorDefault; border: 1px solid $SurfaceStrokeColorFlyout; border-top: 0; diff --git a/src/modules/modals/_leave_server_feedback.scss b/src/modules/modals/_leave_server_feedback.scss index 64faab3..547b523 100644 --- a/src/modules/modals/_leave_server_feedback.scss +++ b/src/modules/modals/_leave_server_feedback.scss @@ -5,17 +5,17 @@ } .problemInfo_b58b14{ - .root_ee4ca6{ + .root_c3b890{ background-color: $CardBackgroundFillColorDefault; border: 1px solid $CardStrokeColorDefault; border-radius: 4px; } - .option_ee4ca6{ + .option_c3b890{ &:hover{ background-color: $CardBackgroundFillColorSecondary; } } - .text_ee4ca6{ + .text_c3b890{ @include TypeBody; } } diff --git a/src/modules/modals/_modal.scss b/src/modules/modals/_modal.scss index b92ebcf..f03e5b9 100644 --- a/src/modules/modals/_modal.scss +++ b/src/modules/modals/_modal.scss @@ -100,8 +100,8 @@ } } // Enter phone number - .phoneField_d4eb58{ - .countryButton_d4eb58{ + .phoneField_f26de7{ + .countryButton_f26de7{ min-width: 64px; } } diff --git a/src/modules/settings/_user_settings.scss b/src/modules/settings/_user_settings.scss index 26d6a97..590f06d 100644 --- a/src/modules/settings/_user_settings.scss +++ b/src/modules/settings/_user_settings.scss @@ -161,7 +161,7 @@ border-color: $ControlStrokeColorDefault; border-radius: 4px; // Set a static emoji icon - .emojiButton_af14ca{ + .emojiButton_d91a75{ margin: 0 4px 0 0; &::before{ content: "\E76E"; //Emoji2 @@ -169,7 +169,7 @@ @include FontIconFluent; font-size: 16px; } - &.emojiButtonHovered_af14ca::before{ + &.emojiButtonHovered_d91a75::before{ color: $TextFillColorPrimary; } .contents_dd4f85{ @@ -408,13 +408,13 @@ // Keybinds // Warning - .container_f20685.warning_f20685{ + .container_bc1f7a.warning_bc1f7a{ height: 48px; padding: 8px 16px; background-color: $CardBackgroundFillColorDefault; border: 1px solid $CardStrokeColorDefault; @include TypeBody; - .iconDiv_f20685{ + .iconDiv_bc1f7a{ align-self: center; svg{ width: 16px; @@ -422,7 +422,7 @@ color: $SystemFillColorAttention; } } - .text_f20685{ + .text_bc1f7a{ margin-left: 16px; } @@ -528,13 +528,13 @@ // Last played .lastPlayed_fd966d{ color: $TextFillColorSecondary; - .default_c0d6c6{ + .default_e07331{ @include TypeCaption; strong{ font-weight: normal; } } - .hovered_c0d6c6{ + .hovered_e07331{ @include FontMonospace; @include TypeCaption; } diff --git a/src/modules/ui/_buttons.scss b/src/modules/ui/_buttons.scss index 68de49d..cb3acd2 100644 --- a/src/modules/ui/_buttons.scss +++ b/src/modules/ui/_buttons.scss @@ -134,8 +134,8 @@ } // Button with loading ellipses (Server Settings > Save changes) - &.submitting_eb1ca6{ - .spinner_eb1ca6{ + &.submitting_e90879{ + .spinner_e90879{ display: flex; } }