Horizontal Server List
Moves the server list from the left to the top of Discord.
170
Live preview
Full Discord interface with this theme applied โ powered by ThemePreview.
Screenshot
1
/**2
* @name Horizontal Server List3
* @author Gibbu4
* @version 3.0.05
* @description Moves the server list from the left to the top of Discord.6
* @source https://github.com/DiscordStyles/HorizontalServerList7
* @invite ZHthyCw8
*/9
10
@import url('https://discordstyles.github.io/HorizontalServerList/HorizontalServerList.css');11
12
13
14
/* Bottom HorizontalServerList. Simply remove the comments surrounding the @import to enable it. */15
/* @import url("https://discordstyles.github.io/HorizontalServerList/bottomhsl.css"); */16
:root {17
--HSL-server-direction: column; /* Direction of the server list. | OPTIONS: column, column-reverse | DEFAULT: column */18
--HSL-server-alignment: flex-start; /* Alignment of the server list. | OPTIONS: flex-start, center, flex-end | DEFAULT: flex-start */19
}20
21