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 */ } }