Skip to content

Commit

Permalink
Update source
Browse files Browse the repository at this point in the history
  • Loading branch information
CapnKitten committed Jul 13, 2024
1 parent e5255bf commit 5dcb5c0
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 13 deletions.
24 changes: 12 additions & 12 deletions Themes/Material-Discord/src/_selectorPlaceholders.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2878,16 +2878,16 @@
.bannerContainer_a0e502 {
@extend %purchaseBannerContainer !optional;
}
.container_e44302 {
.container_fc4f04 {
@extend %headerBar !optional;
}
.transparent_e44302 {
.transparent_fc4f04 {
@extend %headerBarTransparent !optional;
}
.themed_e44302 {
.themed_fc4f04 {
@extend %headerBarThemed !optional;
}
.children_e44302 {
.children_fc4f04 {
@extend %headerBarChildren !optional;
}
.anchor_af404b {
Expand All @@ -2902,7 +2902,7 @@
.returnButtonText_f1fd9c, .returnButtonText_d20375 {
@extend %headerBarReturnButtonText !optional;
}
.toolbar_e44302 {
.toolbar_fc4f04 {
@extend %toolbar !optional;
}
.base-21yXnu {
Expand All @@ -2920,19 +2920,19 @@
.nicknames__12efb {
@extend %headerBarNicknames !optional;
}
.iconWrapper_e44302 {
.iconWrapper_fc4f04 {
@extend %headerBarIconWrapper !optional;
}
.icon_e44302 {
.icon_fc4f04 {
@extend %headerBarIcon !optional;
}
.clickable_e44302 {
.clickable_fc4f04 {
@extend %headerBarIconClickable !optional;
}
.selected_e44302 {
.selected_fc4f04 {
@extend %headerBarIconSelected !optional;
}
.icon_e44302.popout-open {
.icon_fc4f04.popout-open {
@extend %headerBarIconPopoutOpen !optional;
}
.cloud_ff5f90 {
Expand All @@ -2941,10 +2941,10 @@
.downloadArrow_ff5f90 {
@extend %headerBarIconUpdateDownloadArrow !optional;
}
.iconBadge_e44302 {
.iconBadge_fc4f04 {
@extend %headerBarIconBadge !optional;
}
.divider_e44302 {
.divider_fc4f04 {
@extend %headerBarDivider !optional;
}
.updateAvailable_e3584a {
Expand Down
6 changes: 5 additions & 1 deletion Themes/Material-Discord/src/popouts/_userPopout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@
width: 28px;
height: 28px;
padding: 0;

%buttonContents {
--button-height: 28px;

Expand All @@ -259,6 +259,10 @@
min-height: 28px;
max-height: 28px;
}

svg {
margin: 0 auto;
}
}

/* USER POPOUT -> MESSAGE */
Expand Down

0 comments on commit 5dcb5c0

Please sign in to comment.