diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-10-15 13:14:09 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-10-15 13:14:09 +0200 |
commit | 741f952517f867a3b8c4b03c933035ff2c28f8fe (patch) | |
tree | f71501a5499246ca15001f0db1de61a3de8723c8 | |
parent | a8cc7591ee385a9a52eaa51b57151130c12ea43c (diff) |
update horizontal server list betterdiscord theme
-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 */ } |