Skip to content

Commit

Permalink
discord: fix some visual glitches with reactions
Browse files Browse the repository at this point in the history
  • Loading branch information
KraXen72 committed Apr 18, 2024
1 parent 5f1492d commit c8242dc
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 6 deletions.
4 changes: 3 additions & 1 deletion discord/base/_fonts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@
url('https://kckarnige.is-a.dev/femboi_owo/DISCORDINATED.woff') format('woff');
font-weight: normal;
font-style: normal;
}
}

%forumReactionCount { font-family: "gg sans", "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
2 changes: 1 addition & 1 deletion discord/dist/main.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion discord/dist/main.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions discord/dist/roseboxUserStyle.user.css

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions discord/lib/_mappings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1715,6 +1715,9 @@
.subText__4629e {
@extend %memberSubText !optional;
}
.container__8d997 {
@extend %memberActivityContainer !optional;
}
.activity_bafb94 {
@extend %memberActivity !optional;
}
Expand Down Expand Up @@ -1745,6 +1748,12 @@
.mulitplePlaceholderUsername_d22bfe {
@extend %memberPlaceholderUsernameMultiple !optional;
}
.interactionsContainer__97fe3 {
@extend %memberActivityInteractionsContainer !optional;
}
.shareToChannelButton_ee0e50 {
@extend %memberActivityShareToChannelButton !optional;
}
.addMembersIcon_d9b498 {
@extend %addMembersIcon !optional;
}
Expand Down Expand Up @@ -2496,6 +2505,9 @@ pre {
.badgeList__76720 {
@extend %userModalDMBadgeList !optional;
}
.badgeList__6b2c7 {
@extend %accountSettingsBadges !optional;
}
.overlayBackground__345c9 {
@extend %userModalOverlayBackground !optional;
}
Expand Down
2 changes: 1 addition & 1 deletion discord/scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rosebox-discord-css",
"version": "3.4.0",
"version": "3.5.0",
"description": "scripts for rosebox scss",
"main": "watcher.js",
"scripts": {
Expand Down
2 changes: 2 additions & 0 deletions discord/scripts/updateSelectors.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ const banner = `// map placeholders to classes, so when discord changes the clas
// unused mappings don't get included in the theme, due to the way they are written
`

process.env['NODE_TLS_REJECT_UNAUTHORIZED'] = '0';
fetch("https://raw.githubusercontent.com/ClearVision/ClearVision-v6/master/lib/selectors/selectorPlaceholders.scss")
.then(data => data.text())
.then(text => {
Expand Down

0 comments on commit c8242dc

Please sign in to comment.