BetterDiscordAddons/Themes/ServerColumns/ServerColumns.theme.css

8 lines
472 B
CSS
Raw Normal View History

2018-12-07 19:51:43 +01:00
//META{"name":"ServerColumns","description":"Changes the Server List to a gridlike container to allow servers to be displayed in columns. Amount of columns can be set in the .theme.css file. My Support Server: http://bit.ly/DevilBrosHaus or https://discordapp.com/invite/Jx3TjNS","author":"DevilBro","version":"1.0.1"}*//{}
2018-12-07 11:19:03 +01:00
@import url(https://mwittrien.github.io/BetterDiscordAddons/Themes/ServerColumns/ServerColumns.css);
:root {
--columns: 2;
2018-12-07 19:51:43 +01:00
--serversize: 50px;
2018-12-07 11:19:03 +01:00
}