From bd8155c1640ab30099d75f0086ccd168b8383d08 Mon Sep 17 00:00:00 2001 From: matty Date: Sat, 22 Jun 2024 11:22:18 -0400 Subject: [PATCH] tablet sizing, slightly increase mobile --- assets/styles/video/_container.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/styles/video/_container.scss b/assets/styles/video/_container.scss index 1d5918a3..b18328c5 100644 --- a/assets/styles/video/_container.scss +++ b/assets/styles/video/_container.scss @@ -36,7 +36,7 @@ @media only screen and (max-width: 767px) { #peertube-plugin-livechat-container converse-root { converse-muc { - min-height: 52vh; + min-height: 55vh; /* 100vh - 30vh for video = 70vh remaining */ } } @@ -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: 70vh; + min-height: 28vh; /* Assuming more height can be used */ } }