New css making channel buttons not ugly as hell

 Moving channels.list behind async call
 Moved server-name to top of dom to reduce clutter(i think)
This commit is contained in:
shockrah
2021-03-09 00:07:41 -08:00
parent ddb08818b1
commit 7fede3b4e1
2 changed files with 14 additions and 4 deletions

View File

@@ -1,5 +1,16 @@
@import 'general';
.channel-container {
text-align: center;
list-style: none;
padding-inline-start: 0;
width: 12em;
}
.channel-btn {
width: 75%;
}
.channel {
color: $text;
background-color: $top-grey;