From 9cbb9a48742d41eba8d2d65e1a74cd0d6fe61554 Mon Sep 17 00:00:00 2001 From: Mario Date: Sun, 17 Mar 2024 21:30:50 +0000 Subject: theme min/max version and minor css fix --- view/css/conversation.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'view/css') diff --git a/view/css/conversation.css b/view/css/conversation.css index 6958e9bf2..491cee92e 100644 --- a/view/css/conversation.css +++ b/view/css/conversation.css @@ -304,7 +304,7 @@ code.inline-code { } img.emoji { - height: 1.2rem; + height: 1.3rem; vertical-align: baseline; margin-bottom: -.2rem; } @@ -314,9 +314,9 @@ img.emoji.single-emoji { } img.emoji:not(.single-emoji):hover { - transform: scale(2); + transform: scale(1.8); transition: transform .1s ease-out; - filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, .5)); + filter: drop-shadow(0px 0px 0.05rem rgba(0, 0, 0, .5)); } .checklist input { -- cgit v1.2.3