mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2024-11-12 17:11:20 +01:00
Hide text that are overflown in channel names
This commit is contained in:
parent
0ead122914
commit
a3b9e0ff33
@ -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] {
|
||||
|
Loading…
Reference in New Issue
Block a user