Skip to content

Commit

Permalink
Move HorizontalServerList compatibility fix to Replugged only
Browse files Browse the repository at this point in the history
  • Loading branch information
Saltssaumure committed Jun 23, 2024
1 parent 51ed1dc commit 9ea3377
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@
2. Place the file in the themes folder:
- `Settings` > `BetterDiscord` > `Themes` > `Open Themes Folder`
3. Toggle on the theme card.

BetterDiscord installations do not include HorizontalServerList by default. Get the file separately from [BetterDiscord](https://betterdiscord.app/theme/?id=124), then add the contents of [hslcompat](./scss/_hslcompat.scss) to the theme file or Custom/Quick CSS.
</details>

### [Replugged][Replugged]
Expand Down Expand Up @@ -80,6 +82,8 @@
#### Online
1. Paste the link in `Settings` > `Vencord` > `Themes` > `Online Themes`:
- `https://minidiscordthemes.github.io/DiscordReimagined/DiscordReimagined.theme.css`

Vencord installations do not include HorizontalServerList by default. Get the file separately from [BetterDiscord](https://betterdiscord.app/theme/?id=124), then add the contents of [hslcompat](./scss/_hslcompat.scss) to the theme file or Custom/Quick CSS.
</details>

## Customisation
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
// @import url("https://discordstyles.github.io/HorizontalServerList/HorizontalServerList.theme.css");

// HSL unread pips
/* HorizontalServerList unread pips */
#app-mount#app-mount .guilds_a4d4d9 [class*="pill"] {
transform: rotate(270deg) translateY(50%);
top: unset !important;
Expand Down
1 change: 0 additions & 1 deletion scss/concrete/index.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
@forward "./channellist";
@forward "./header";
@forward "./horizontalserverlist";
@forward "./memberslist";
@forward "./messagebox";
@forward "./searchresults";
Expand Down
1 change: 1 addition & 0 deletions scss/reimagine-replugged.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// Licensing conflict due to CC0 automatically applying to all posts.

@forward "./reimagine";
@forward "./hslcompat";

// Copyright (c) 2020 DiscordStyles
// MIT license
Expand Down

0 comments on commit 9ea3377

Please sign in to comment.