From 74ab01a5c4e6a57ab1e3b5f25bbf372556093c7b Mon Sep 17 00:00:00 2001 From: matty Date: Sat, 22 Jun 2024 11:26:57 -0400 Subject: [PATCH] links in messages, restore original converse-muc-message-form --- conversejs/custom/shared/styles/_peertubetheme.scss | 4 +++- conversejs/custom/shared/styles/livechat.scss | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/conversejs/custom/shared/styles/_peertubetheme.scss b/conversejs/custom/shared/styles/_peertubetheme.scss index ebee8392..55bd9643 100644 --- a/conversejs/custom/shared/styles/_peertubetheme.scss +++ b/conversejs/custom/shared/styles/_peertubetheme.scss @@ -141,10 +141,12 @@ // underline links in chat messages a[href] { - text-decoration: underline; + text-decoration: none; + color: #f57200 !important; &:hover { text-decoration: underline; + color: #D16100 !important; } } } diff --git a/conversejs/custom/shared/styles/livechat.scss b/conversejs/custom/shared/styles/livechat.scss index 8e996078..af770404 100644 --- a/conversejs/custom/shared/styles/livechat.scss +++ b/conversejs/custom/shared/styles/livechat.scss @@ -171,7 +171,7 @@ body.converse-embedded { converse-muc-message-form { // For an unknown reason, message field in truncated... so adding a bottom margin. /* max-height: 1.25rem; */ - margin-bottom: 0.1rem; + margin-bottom: 6px; } }