diff --git a/files/assets/css/chat.css b/files/assets/css/chat.css index 650601b6c..fbe8adf3f 100644 --- a/files/assets/css/chat.css +++ b/files/assets/css/chat.css @@ -85,7 +85,7 @@ p { } lite-youtube { - min-width: min(80vw,500px); + max-width: min(80vw,500px); } .chat-group:nth-child(even) { @@ -126,3 +126,7 @@ lite-youtube { max-height: 50vh; overflow: scroll; } + +.resizable>video { + max-height: 48vh!important; +} diff --git a/files/templates/chat.html b/files/templates/chat.html index 5de1911d4..7a93fd145 100644 --- a/files/templates/chat.html +++ b/files/templates/chat.html @@ -69,16 +69,20 @@ - + + + - + + + - +