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 aab1f3b commit 62265a4
Show file tree
Hide file tree
Showing 19 changed files with 62 additions and 62 deletions.
2 changes: 1 addition & 1 deletion src/addons/_icons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
mask-image: url(mono.$sound-source);
}
}
.container_b2ca13 .button_f67531[aria-checked='true'] {
.container_b2ca13 .button_adca65[aria-checked='true'] {
svg {
--fluent-icons-color: var(--status-danger);
}
Expand Down
2 changes: 1 addition & 1 deletion src/theme/app/_toolbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
content: none;
}
}
// title_a7d72e container_e44302
// title_a7d72e container_fc4f04
#{cls('title.children.container')} {
margin-right: 16px;

Expand Down
2 changes: 1 addition & 1 deletion src/theme/chat/_call.scss
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
}

// Video
.video_d880dc .transparent_e44302 {
.video_d880dc .transparent_fc4f04 {
background: transparent;
border-bottom: none;
}
Expand Down
40 changes: 20 additions & 20 deletions src/theme/chat/_message.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
height: auto;
}
}
.operations_ed9386 {
.operations_baf0d6 {
padding: 8px 16px 16px 16px;
}
.mentioned_d5deea {
Expand All @@ -44,7 +44,7 @@
}

.cozy_f9f2ca {
.avatar_ec86aa {
.avatar_f9f2ca {
left: var(--chat-spacing-x);
margin-top: 0;
}
Expand All @@ -57,7 +57,7 @@
display: inline-block;
max-width: calc(100% - var(--chat-spacing-x));
}
.container_e62b38 {
.container_d76df7 {
padding: 0;
}

Expand Down Expand Up @@ -85,39 +85,39 @@
}
}

&.isSystemMessage_ec86aa .messageContent_f9f2ca {
&.isSystemMessage_f9f2ca .messageContent_f9f2ca {
padding: 16px !important;
}

&.wrapper_ec86aa {
&.wrapper_f9f2ca {
padding-left: calc(var(--chat-spacing-x) + 56px);
padding-right: calc(var(--chat-spacing-x) - 11px) !important;
}
}

.embedFull_ad0b71 {
.embedFull_b0068a {
background: var(--chat-bubble-bg);
}

.markup_d6076c pre {
.markup_f8f345 pre {
margin: 0;
max-width: 100%;
}

// Message/attachment actions
.wrapper_ef319f {
.wrapper_f7e168 {
background: var(--bg-content);
border-radius: var(--btn-radius);
box-shadow: var(--shadow-flyout);
height: auto;
.button_ef319f {
.button_f7e168 {
@include mixins.btn;
@include mixins.btnSecondary;
width: auto;
height: auto;
min-width: auto;
border-radius: 0;
&.dangerous_ef319f {
&.dangerous_f7e168 {
color: hsl(var(--discord-red));
}
}
Expand Down Expand Up @@ -146,50 +146,50 @@
}
&.reactionMe_ec6b19 {
border-color: var(--accent);
.reactionCount__2c34d {
.reactionCount_ec6b19 {
color: var(--accent);
}
}
}

// Codeblocks/file embeds
.markup_d6076c code {
.markup_f8f345 code {
background: var(--bg-alt);
border-color: var(--border-mid);
}

.textContainer_ad9cbd {
.textContainer_d8e2d0 {
background: var(--bg-content);
border-radius: var(--rounded);
border: 1px solid var(--border-mid);
}
.footer_ad9cbd {
.footer_d8e2d0 {
background: transparent;
border: none;
margin-top: 4px;
padding: 0;
height: auto;
}
.toggleExpandSection_ad9cbd,
.anchor-1MIwyf.downloadSection_ad9cbd,
.codeIcon_ad9cbd {
.toggleExpandSection_d8e2d0,
.anchor-1MIwyf.downloadSection_d8e2d0,
.codeIcon_d8e2d0 {
@include mixins.btn;
@include mixins.btnSecondary;
margin-right: 4px;
min-height: 34px;
min-width: 38px;
}
.openFullPreviewSection_ad9cbd {
.openFullPreviewSection_d8e2d0 {
@include mixins.btn;
@include mixins.btnSecondary;
min-height: 34px;
}
.downloadButton_ad9cbd {
.downloadButton_d8e2d0 {
padding: 0;
width: 16px;
height: 16px;
}
.anchor-1MIwyf.downloadSection_ad9cbd {
.anchor-1MIwyf.downloadSection_d8e2d0 {
margin-left: 8px;
}
}
Expand Down
4 changes: 2 additions & 2 deletions src/theme/chat/_searchresults.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@
border-radius: 0;
margin-bottom: 0;
cursor: var(--cursor);
.cozy_ec86aa {
.cozy_f9f2ca {
padding-left: calc(var(--chat-spacing-x) + 20px);
}
.avatar_ec86aa {
.avatar_f9f2ca {
left: calc(var(--chat-spacing-x) / 2 - 16px);
}
}
Expand Down
4 changes: 2 additions & 2 deletions src/theme/chat/_textbox.scss
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
padding: 0;
height: 100%;
}
.buttonWrapper_cecf00 {
.buttonWrapper_f9af59 {
cursor: var(--cursor);
}
}
Expand All @@ -114,7 +114,7 @@
mask: url(mono.$sticker) center/28px;
}
// Emoji
.sprite_af14ca {
.sprite_d91a75 {
width: 26px;
height: 26px;
mask: url(mono.$emoji) center/cover;
Expand Down
8 changes: 4 additions & 4 deletions src/theme/members/_member.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
margin: 0;
padding: 2px 0;
background: transparent;
.layout_e9f61e {
.layout_d808b0 {
height: 48px;
padding: 0 16px;
cursor: var(--cursor);
Expand All @@ -24,14 +24,14 @@
}
}

.name_e9f61e {
.name_d808b0 {
@include mixins.text;
}

&:hover .layout_e9f61e {
&:hover .layout_d808b0 {
background: var(--bg-interactive-high);
}
&.selected_e9f61e .layout_e9f61e {
&.selected_d808b0 .layout_d808b0 {
background: var(--bg-interactive-high);
&::before {
height: var(--pill-height);
Expand Down
2 changes: 1 addition & 1 deletion src/theme/modals/_customstatus.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}
.emojiButtonContainer-gCE6AT {
margin: 0;
.sprite_af14ca {
.sprite_d91a75 {
width: 20px;
height: 20px;
}
Expand Down
4 changes: 2 additions & 2 deletions src/theme/modals/_deletemessage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
background: transparent;
box-shadow: none;
}
.cozy_ec86aa {
.cozy_f9f2ca {
padding-left: 54px;
.avatar_ec86aa {
.avatar_f9f2ca {
left: 0;
}
}
Expand Down
10 changes: 5 additions & 5 deletions src/theme/modals/_quickswitcher.scss
Original file line number Diff line number Diff line change
Expand Up @@ -50,20 +50,20 @@
}
}

div:not([class]) > .content_f14193 {
div:not([class]) > .content_e3c1c6 {
height: auto;
line-height: normal;
padding: 12px 12px 6px;
}
.header_f14193 {
.header_e3c1c6 {
margin: 0;
@include mixins.subText;
text-transform: none;
}

.result_f14193 {
.result_e3c1c6 {
border-radius: var(--rounded);
.content_f14193 {
.content_e3c1c6 {
position: relative;
padding: 0 16px;
cursor: var(--cursor);
Expand All @@ -83,7 +83,7 @@
}
&[aria-selected='true'] {
background: var(--bg-interactive);
.content_f14193 {
.content_e3c1c6 {
&::before {
height: var(--pill-height);
opacity: 1;
Expand Down
6 changes: 3 additions & 3 deletions src/theme/popouts/_autocomplete.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#app-mount {
.autocomplete-3jLKb0j,
.outerWrapper_fe2299,
.autocomplete_f23da8 {
.autocomplete_bcc24e {
background: var(--bg-menu);
border: 1px solid var(--border-high);
box-shadow: var(--shadow-flyout);
Expand All @@ -18,10 +18,10 @@
background: var(--bg-menu);
}

.autocompleteRow_f23da8 {
.autocompleteRow_bcc24e {
border-radius: var(--rounded);
padding: 0 4px;
.base_f23da8 {
.base_bcc24e {
padding: 6px 16px;
position: relative;
&::before {
Expand Down
4 changes: 2 additions & 2 deletions src/theme/popouts/_pinnedmessages.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
.messageGroupWrapper_ac90a2 {
background: transparent;
}
.cozy_ec86aa.wrapper_ec86aa {
.cozy_f9f2ca.wrapper_f9f2ca {
padding: 8px 16px 8px 72px;
img {
left: 16px;
}
.header_ec86aa {
.header_f9f2ca {
margin-bottom: 6px;
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/theme/profile/_panel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
display: none;
}
}
.gifTag_b30195 {
.gifTag_b11e6c {
display: none;
}

Expand Down
2 changes: 1 addition & 1 deletion src/theme/settings/_global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
background: var(--bg-content-alt) !important;
border: 1px solid var(--border);
border-radius: var(--rounded);
.flex_bba380 {
.flex_dc333f {
gap: 8px;
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/theme/settings/channel/_permissions.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#app-mount #permissions-tab {
.scroller_e9196a {
.scroller_ff90b2 {
background: transparent;
}
.button_dd4f85 {
Expand Down
4 changes: 2 additions & 2 deletions src/theme/settings/user/_myaccount.scss
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
}
}
// 2FA Enabled
& > div.flex_bba380 > div > div {
& > div.flex_dc333f > div > div {
& > .h5_c46f6a:first-child {
@include mixins.subTitle;
color: transparent;
Expand Down Expand Up @@ -256,7 +256,7 @@
@include mixins.cardTitle;
margin-bottom: 4px;
}
.flex_bba380 {
.flex_dc333f {
padding: 18px;
border-top: 1px solid var(--border);
margin: 16px -60px -18px;
Expand Down
6 changes: 3 additions & 3 deletions src/theme/sidebar/_dms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
margin: 0 0 4px 0;
padding: 0;

.layout_f9647d {
.layout_ec8679 {
height: 48px;
padding: 0 18px;
cursor: var(--cursor);
Expand All @@ -53,13 +53,13 @@
background: var(--pill-unread);
transition: var(--pill-transition);
}
&:not(.selected_f5eb4b):has(.highlighted_f9647d)::before {
&:not(.selected_f5eb4b):has(.highlighted_ec8679)::before {
scale: 1 0.65;
opacity: 1;
}
}

.content_f9647d {
.content_ec8679 {
height: 100%;
display: flex;
flex-direction: column;
Expand Down
Loading

0 comments on commit 62265a4

Please sign in to comment.