From 794a97fbddb37b53e2f334e83e9943c42a77e62e Mon Sep 17 00:00:00 2001 From: matty Date: Sat, 22 Jun 2024 16:47:32 -0400 Subject: [PATCH] larger emojis in chat --- 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 4f9faa21..5fb7985b 100644 --- a/conversejs/custom/shared/styles/_peertubetheme.scss +++ b/conversejs/custom/shared/styles/_peertubetheme.scss @@ -135,9 +135,9 @@ // Changing size for emojis, to have bigger custom emojis img.emoji { - width: unset !important; - height: unset !important; - max-height: 4.25em !important; // and no max-width + width: 3.5rem !important; + height: 3.5rem !important; + // max-height: 4.25em !important; // and no max-width } // underline links in chat messages