mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2024-12-25 06:27:03 +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 {
|
.side-nav li>a {
|
||||||
color: #eceff1;
|
color: #eceff1;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
white-space: nowrap;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.side-nav li>a[id^=channel] {
|
.side-nav li>a[id^=channel] {
|
||||||
|
Loading…
Reference in New Issue
Block a user