➕ 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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user