Fixed sizing of playlist and sizing of chat-tabs

This commit is contained in:
Kasper Rynning-Tønnesen
2018-03-16 09:50:24 +01:00
parent b4dc90c3ea
commit 6ea96c769a

View File

@@ -1470,6 +1470,8 @@ margin:-1px;
.chatTabs{ .chatTabs{
color:white !important; color:white !important;
background-color:rgba(0,0,0,0); background-color:rgba(0,0,0,0);
height: 44px;
border-bottom: 1px solid white;
} }
#text-chat-input{ #text-chat-input{
@@ -1659,6 +1661,7 @@ nav .zbrand.channel-logo-container {
z-index: 9; z-index: 9;
position: relative; position: relative;
height: calc(100vh - 64px) !important; height: calc(100vh - 64px) !important;
min-width: 338px;
/*background-color:rgba(0,0,0,0.2);*/ /*background-color:rgba(0,0,0,0.2);*/
} }