suggestbox styling

This commit is contained in:
2024-06-22 16:05:47 -04:00
parent f4eade1358
commit bc1ddbd6c4
3 changed files with 5 additions and 16 deletions

View File

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