From ae9fe048541d1edc70cc1e11bd1b561abdb4715d Mon Sep 17 00:00:00 2001 From: Aevann Date: Sat, 21 Jan 2023 13:39:42 +0200 Subject: [PATCH] chat improvements --- files/assets/css/chat.css | 6 +++++- files/templates/chat.html | 16 ++++++++++------ 2 files changed, 15 insertions(+), 7 deletions(-) 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 @@ - + + + - + + + - +