From 8df35446c1b4c549d46c11dcbeaa0d108820b23a Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Sun, 26 Oct 2025 01:00:01 +0500 Subject: feat: styles for emotes and badges --- style.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'style.css') diff --git a/style.css b/style.css index 32f689f..44e5182 100644 --- a/style.css +++ b/style.css @@ -33,6 +33,20 @@ background: var(--message-background-alt); } +.message .badge, +.message .emote { + height: 18px; +} + +.message img { + vertical-align: middle; + margin: 0 2px; +} + +.message img:first-child { + margin-left: 0; +} + .message:last-child { border-bottom: none; } \ No newline at end of file -- cgit v1.2.3