mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Fixed scaling issues with chat and soundcloud players on resizing
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user