better sizing for mobile

This commit is contained in:
matty 2024-06-19 20:15:45 -04:00
parent 0737e14472
commit 49a87237ec
1 changed files with 3 additions and 3 deletions

View File

@ -37,7 +37,7 @@
#peertube-plugin-livechat-container converse-root {
converse-muc {
min-height: 57vh;
min-height: 62vh;
/* 100vh - 30vh for video = 70vh remaining */
}
}
@ -47,7 +47,7 @@
@media only screen and (min-width: 50vw) and (max-width: 75vw) {
#peertube-plugin-livechat-container converse-root {
converse-muc {
min-height: 57vh;
min-height: 62vh;
/* Slightly less to account for other elements */
}
}
@ -57,7 +57,7 @@
@media only screen and (min-width: 76vw) and (max-width: 100vw) {
#peertube-plugin-livechat-container converse-root {
converse-muc {
min-height: 57vh;
min-height: 62vh;
/* Assuming more height can be used */
}
}