fix: popout chat

This commit is contained in:
Alejandro Gomez
2023-06-26 15:46:48 +02:00
parent bda0d36f9a
commit 9f5b17ac3c
4 changed files with 44 additions and 11 deletions

View File

@ -20,10 +20,24 @@
grid-template-columns: 1fr;
}
.popout-chat {
display: grid;
grid-template-areas:
"main-content";
grid-template-rows: 1fr;
grid-template-columns: 1fr;
height: 100vh;
gap: 0;
}
.live-chat {
max-height: calc(100vh - 385px);
}
.popout-chat .live-chat {
max-height: unset;
}
@media (min-width: 768px) {
.video-content video {
height: calc(100vh - 64px);