Skip to content

Commit

Permalink
Update source
Browse files Browse the repository at this point in the history
  • Loading branch information
CapnKitten committed Jun 25, 2024
1 parent ae5da28 commit eba530f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
5 changes: 4 additions & 1 deletion Themes/Material-Discord/src/_selectorPlaceholders.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5683,6 +5683,9 @@ pre {
.nickname_c9ccf6 {
@extend %userProfileNickname !optional;
}
.menus_d4e7c2 {
@extend %userProfileMenus !optional;
}
.note_c90ad7 {
@extend %userProfileNote !optional;
}
Expand Down Expand Up @@ -6488,7 +6491,7 @@ pre {
@extend %headingMdBold !optional;
}
.heading-md\/extrabold_dc00ef {
@extend %headingMdExtraBold !optional;
@extend %headingMdExtrabold !optional;
}
.heading-lg\/semibold_dc00ef {
@extend %headingLgSemibold !optional;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,15 @@
*/

%guildsWrapper {
%guilds {
text-align: center;
}

%button {
--button-height: 22px;
--button-padding: 0 4px;

font-size: 0.8em !important;
width: auto;
font-size: 12px !important;
}
}
2 changes: 1 addition & 1 deletion Themes/Material-Discord/src/general/_index.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@forward './header/';

@forward './avatars';
//@forward './avatars';
@forward './badges';
@forward './buttons';
@forward './cards';
Expand Down

0 comments on commit eba530f

Please sign in to comment.