Initial support for channel categories

This commit is contained in:
Jeremy Zhang
2017-09-09 21:46:00 +00:00
parent 1dad3f1d3a
commit 25cd964403
7 changed files with 86 additions and 17 deletions

View File

@ -82,6 +82,10 @@ nav .brand-logo {
color: #eceff1;
}
.side-nav li>a[id^=channel] {
margin-left: 7px;
}
.side-nav .subheader {
color: #cfd8dc;
font-variant: small-caps;
@ -213,6 +217,10 @@ nav .brand-logo {
-webkit-filter: brightness(150%);
}
.subheader .channel-category {
text-transform: uppercase;
}
.chatusername {
font-weight: bold;
color: #eceff1;