tablet sizing, slightly increase mobile

This commit is contained in:
matty 2024-06-22 11:22:18 -04:00
parent 89b60013fe
commit bd8155c164
1 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@
@media only screen and (max-width: 767px) { @media only screen and (max-width: 767px) {
#peertube-plugin-livechat-container converse-root { #peertube-plugin-livechat-container converse-root {
converse-muc { converse-muc {
min-height: 52vh; min-height: 55vh;
/* 100vh - 30vh for video = 70vh remaining */ /* 100vh - 30vh for video = 70vh remaining */
} }
} }
@ -56,7 +56,7 @@
@media only screen and (min-width: 1024px) and (max-width: 1279px) { @media only screen and (min-width: 1024px) and (max-width: 1279px) {
#peertube-plugin-livechat-container converse-root { #peertube-plugin-livechat-container converse-root {
converse-muc { converse-muc {
min-height: 70vh; min-height: 28vh;
/* Assuming more height can be used */ /* Assuming more height can be used */
} }
} }