From 4f80119c830825ff846fc257bca98a61b648454e Mon Sep 17 00:00:00 2001 From: matty Date: Wed, 19 Jun 2024 21:36:15 -0400 Subject: [PATCH] slightly edit send button style --- assets/styles/video/_container.scss | 6 ++++++ conversejs/custom/shared/styles/livechat.scss | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/assets/styles/video/_container.scss b/assets/styles/video/_container.scss index f7d4f6af..e39b92f2 100644 --- a/assets/styles/video/_container.scss +++ b/assets/styles/video/_container.scss @@ -61,4 +61,10 @@ /* Assuming more height can be used */ } } +} + +/* custom toolbar CSS */ + +.btn.send-button { + border-radius: 0.25rem; } \ No newline at end of file diff --git a/conversejs/custom/shared/styles/livechat.scss b/conversejs/custom/shared/styles/livechat.scss index 751cee87..7b1708e9 100644 --- a/conversejs/custom/shared/styles/livechat.scss +++ b/conversejs/custom/shared/styles/livechat.scss @@ -170,7 +170,6 @@ body.converse-embedded { #peertube-plugin-livechat-container { converse-muc-message-form { // For an unknown reason, message field in truncated... so adding a bottom margin. - margin-bottom: 6px; max-height: 1.25rem; margin-bottom: 1rem; }