From aaee239d6ad6743d4ac5affbb57c14612ef30778 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Sat, 26 Oct 2024 16:51:09 +0300 Subject: [PATCH] web/timeline: make custom emojis bigger --- web/src/ui/timeline/content/index.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/web/src/ui/timeline/content/index.css b/web/src/ui/timeline/content/index.css index 7120979..dc553dc 100644 --- a/web/src/ui/timeline/content/index.css +++ b/web/src/ui/timeline/content/index.css @@ -72,15 +72,15 @@ div.html-body { img.hicli-custom-emoji { vertical-align: middle; - height: 24px; + height: 2rem; /* text height is 1.5rem, so this will make lines a bit taller */ width: auto; - max-width: 72px; + max-width: 5rem; } img.hicli-sizeless-inline-img { - height: 24px; + height: 1.5rem; width: auto; - max-width: 72px; + max-width: 5rem; } span.hicli-spoiler {