From 741f952517f867a3b8c4b03c933035ff2c28f8fe Mon Sep 17 00:00:00 2001 From: lonkaars Date: Sat, 15 Oct 2022 13:14:09 +0200 Subject: update horizontal server list betterdiscord theme --- .config/BetterDiscord/themes/HorizontalServerList.theme.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 */ } -- cgit v1.2.3