diff options
-rw-r--r-- | .config/BetterDiscord/themes/HorizontalServerList.theme.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.config/BetterDiscord/themes/HorizontalServerList.theme.css b/.config/BetterDiscord/themes/HorizontalServerList.theme.css index 50b2339..5b82210 100644 --- a/.config/BetterDiscord/themes/HorizontalServerList.theme.css +++ b/.config/BetterDiscord/themes/HorizontalServerList.theme.css @@ -1,7 +1,7 @@ /** * @name Horizontal Server List * @author Gibbu#1211 - * @version 2.0.0 + * @version 2.1.0 * @invite ZHthyCw * @description Moves the server list from the left to the top of Discord. Compatible with Server Folders and most basic transparent themes * @source https://github.com/DiscordStyles/HorizontalServerList @@ -10,7 +10,11 @@ @import url("https://discordstyles.github.io/HorizontalServerList/dist/HorizontalServerList.css"); +/* Bottom HorizontalServerList. Simply remove the comments surrounding the @import to enable it. */ +/* @import url("https://discordstyles.github.io/Addons/bottomhsl.css"); */ + :root { --HSL-server-icon-size: 40px; /* Size of the server icons | DEFAULT: 40px */ --HSL-server-spacing: 10px; /* Spacing between each server icon | DEFAULT: 10px */ + --HSL-server-direction: column; /* Direct of the server list. | Options: column, column-reverse | DEFAULT: column */ } |