Easier to see where people chat from

This commit is contained in:
Kasper Rynning-Tønnesen
2017-10-11 14:39:22 +02:00
parent ec2ea167b3
commit 80c37d9cba
4 changed files with 12 additions and 3 deletions

View File

@@ -121,6 +121,11 @@
height:calc(100vh - 48px - 64px) !important;
}
.channel-info-all-chat {
color: lightgrey;
font-size: 0.75rem;
}
#chatForm {
padding-left: 14px;
}
@@ -331,6 +336,10 @@ li.disabled span {
margin-left: 0px;
}
#chatchannel li span, #chatall li span {
padding-right: 1px;
}
#closePlayer{
position: fixed;
bottom: 175px;