2020-10-20 23:25:34 +02:00
|
|
|
/**
|
|
|
|
* @name ServerColumns
|
2021-11-16 09:29:25 +01:00
|
|
|
* @description Changes the Server List to a grid-like Structure which allows any Amount of Columns
|
2020-10-20 23:25:34 +02:00
|
|
|
* @author DevilBro
|
|
|
|
* @version 1.0.6
|
|
|
|
* @authorId 278543574059057154
|
|
|
|
* @invite Jx3TjNS
|
|
|
|
* @donate https://www.paypal.me/MircoWittrien
|
|
|
|
* @patreon https://www.patreon.com/MircoWittrien
|
2021-03-09 15:10:55 +01:00
|
|
|
* @website https://mwittrien.github.io/
|
|
|
|
* @source https://github.com/mwittrien/BetterDiscordAddons/tree/master/Themes/ServerColumns/
|
2021-03-10 09:17:37 +01:00
|
|
|
* @updateUrl https://mwittrien.github.io/BetterDiscordAddons/Themes/ServerColumns/ServerColumns.theme.css
|
2020-10-20 23:28:58 +02:00
|
|
|
*/
|
2018-12-07 11:19:03 +01:00
|
|
|
|
|
|
|
@import url(https://mwittrien.github.io/BetterDiscordAddons/Themes/ServerColumns/ServerColumns.css);
|
|
|
|
|
|
|
|
:root {
|
2019-10-21 10:23:56 +02:00
|
|
|
--columns: 3; /* default: 3 (amount of servercolumns) */
|
|
|
|
|
|
|
|
--guildsize: 50; /* default: 50 (serversize in pixel) */
|
2019-10-22 16:50:35 +02:00
|
|
|
--guildgap: 3; /* default: 3 (top/bottom gap between servers in pixel) */
|
2019-10-21 10:23:56 +02:00
|
|
|
|
|
|
|
--aligndms: 0; /* default: 0 (should DMs be aligned in columns: 0 = no, 1 = yes) */
|
2021-11-16 09:29:25 +01:00
|
|
|
}
|