From 806437070ba9158099dd2254b3f88de0076d89ca Mon Sep 17 00:00:00 2001 From: matty Date: Sun, 23 Jun 2024 13:06:25 -0400 Subject: [PATCH] apply custom css from peertube in code --- conversejs/custom/shared/styles/livechat.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conversejs/custom/shared/styles/livechat.scss b/conversejs/custom/shared/styles/livechat.scss index f96e76e9..e8a9d3b2 100644 --- a/conversejs/custom/shared/styles/livechat.scss +++ b/conversejs/custom/shared/styles/livechat.scss @@ -171,6 +171,9 @@ body.converse-embedded { converse-muc-message-form { // For an unknown reason, message field in truncated... so adding a bottom margin. margin-bottom: 0.25rem !important; + max-height: unset !important; + margin-bottom: 0.5rem !important; + margin-top: 0.4rem !important; } }