better mobile device sizing

This commit is contained in:
matty 2024-06-19 17:56:09 -04:00
parent 772c1c1d14
commit 1f3eee9889
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
/* Media query for mobile devices */
@media only screen and (max-width: 50vw) {
#peertube-plugin-livechat-container {
height: 70vh; /* 100vh - 30vh for video = 70vh remaining */
height: 57vh; /* 100vh - 30vh for video = 70vh remaining */
}
}