Fixed scaling issues with chat and soundcloud players on resizing

This commit is contained in:
Kasper Rynning-Tønnesen
2018-06-28 16:51:31 +02:00
parent cf68d52afb
commit 6fa293aba4
4 changed files with 22 additions and 4 deletions

View File

@@ -249,7 +249,7 @@ margin: auto;
}
#chat-container, #suggestions{
height:calc(100vh - 48px - 64px) !important;
height:calc(100vh - 48px - 64px);
}
.channel-info-all-chat {
@@ -2914,7 +2914,7 @@ nav ul li:hover, nav ul li.active {
#chat-container {
height: calc(100vh - 48px - 64px - 120px) !important;
height: calc(100vh - 48px - 64px - 120px);
margin-bottom: 18px;
}