Hide text that are overflown in channel names

This commit is contained in:
Jeremy "EndenDragon" Zhang 2020-07-31 11:48:39 -07:00 committed by GitHub
parent 0ead122914
commit a3b9e0ff33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -117,6 +117,9 @@ nav .brand-logo {
.side-nav li>a {
color: #eceff1;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.side-nav li>a[id^=channel] {