Fixed issue where channel-name and url was truncated

This commit is contained in:
Kasper Rynning-Tønnesen
2017-11-21 16:59:40 +01:00
parent 0578863317
commit 9652abf10b
2 changed files with 6 additions and 2 deletions

View File

@@ -1447,6 +1447,10 @@ ul #chat-log{
}
nav .zbrand.channel-logo-container {
overflow: visible;
}
.channelpage{
background-color:#2D2D2D;
-webkit-transition: background-color .5s ease;