From 739cc5e9c8b27e7a10b3e5642f544490877d6493 Mon Sep 17 00:00:00 2001 From: matty Date: Sat, 22 Jun 2024 11:40:23 -0400 Subject: [PATCH] make emojis a little bigger, href styling --- conversejs/custom/shared/styles/_peertubetheme.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conversejs/custom/shared/styles/_peertubetheme.scss b/conversejs/custom/shared/styles/_peertubetheme.scss index 55bd9643..bb517852 100644 --- a/conversejs/custom/shared/styles/_peertubetheme.scss +++ b/conversejs/custom/shared/styles/_peertubetheme.scss @@ -136,16 +136,16 @@ img.emoji { width: unset !important; height: unset !important; - max-height: 3em !important; // and no max-width + max-height: 4.25em !important; // and no max-width } // underline links in chat messages a[href] { - text-decoration: none; + text-decoration: none !important; color: #f57200 !important; &:hover { - text-decoration: underline; + text-decoration: underline !important; color: #D16100 !important; } }