Skip to content

Commit ddc563a

Browse files
committed
deploy: 83b7d60
1 parent ef70000 commit ddc563a

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

HorizontalServerList.theme.css

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
/**
22
* @name Horizontal Server List
3-
* @author Gibbu#1211
4-
* @version 2.1.0
5-
* @invite ZHthyCw
6-
* @description Moves the server list from the left to the top of Discord. Compatible with Server Folders and most basic transparent themes
3+
* @author Gibbu
4+
* @version 3.0.0
5+
* @description Moves the server list from the left to the top of Discord.
76
* @source https://github.com/DiscordStyles/HorizontalServerList
8-
* @website https://www.gibbu.me
7+
* @invite ZHthyCw
98
*/
109

11-
@import url("https://discordstyles.github.io/HorizontalServerList/dist/HorizontalServerList.css");
10+
@import url('https://discordstyles.github.io/HorizontalServerList/HorizontalServerList.css');
1211

13-
/* Bottom HorizontalServerList. Simply remove the comments surrounding the @import to enable it. */
14-
/* @import url("https://discordstyles.github.io/Addons/bottomhsl.css"); */
1512

13+
14+
/* Bottom HorizontalServerList. Simply remove the comments surrounding the @import to enable it. */
15+
/* @import url("https://discordstyles.github.io/HorizontalServerList/bottomhsl.css"); */
1616
:root {
17-
--HSL-server-icon-size: 40px; /* Size of the server icons | DEFAULT: 40px */
18-
--HSL-server-spacing: 10px; /* Spacing between each server icon | DEFAULT: 10px */
19-
--HSL-server-direction: column; /* Direct of the server list. | Options: column, column-reverse | DEFAULT: column */
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 */
2019
}
20+

0 commit comments

Comments
 (0)