watchparty: put chat on right on desktop.

remotes/1693176582716663532/tmp_refs/heads/watchparty
Snakes 2022-11-15 10:07:47 -05:00
parent d39a5c8e44
commit 6a5c4510c5
Signed by: Snakes
GPG Key ID: E745A82778055C7E
2 changed files with 17 additions and 3 deletions

View File

@ -38,6 +38,14 @@
body {
padding-top: 0;
}
@media screen and (min-width: 650px) {
.App-center {
height: 80vh;
}
.App-content {
height: 75vh;
}
}
</style>
{% endif %}
</body>

View File

@ -23,11 +23,9 @@
display: flex;
flex-direction: column;
}
iframe {
#watchparty-video {
width: 100%;
height: 50%;
}
#watchparty-video {
max-width: 560px;
max-height: 315px;
margin: 0 auto;
@ -38,5 +36,13 @@
height: 50%;
flex-grow: 1;
}
@media screen and (min-width: 1000px) {
#watchparty {
flex-direction: row;
}
#watchparty-video, #watchparty-chat {
height: 100%;
}
}
</style>
</body>