Fixed height of videoplayer

This commit is contained in:
Kasper Rynning-Tønnesen
2016-11-17 20:53:35 +01:00
parent 524b8ada86
commit b43bf1664d

View File

@@ -279,7 +279,7 @@ body {
}
.main, #main-row, .video-container, #playlist{
height: calc(100vh - 65px);
height: calc(100vh - 64px);
}
footer{
@@ -1109,7 +1109,7 @@ ul #chat-log{
/*padding:0px 15px;*/
flex:1;
position: relative;
height: calc(100vh - 65px) !important;
height: calc(100vh - 64px) !important;
/*background-color:rgba(0,0,0,0.2);*/
}