From 6ea96c769a6db0aac2f7cc63bc6129fe48c9d99a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Fri, 16 Mar 2018 09:50:24 +0100 Subject: [PATCH] Fixed sizing of playlist and sizing of chat-tabs --- server/public/assets/css/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/server/public/assets/css/style.css b/server/public/assets/css/style.css index 8d1e4bf0..0371608c 100755 --- a/server/public/assets/css/style.css +++ b/server/public/assets/css/style.css @@ -1470,6 +1470,8 @@ margin:-1px; .chatTabs{ color:white !important; background-color:rgba(0,0,0,0); + height: 44px; + border-bottom: 1px solid white; } #text-chat-input{ @@ -1659,6 +1661,7 @@ nav .zbrand.channel-logo-container { z-index: 9; position: relative; height: calc(100vh - 64px) !important; + min-width: 338px; /*background-color:rgba(0,0,0,0.2);*/ }