From f7d6937cb00452069ed89c8363b8dc12299e24da Mon Sep 17 00:00:00 2001 From: nuttylmao Date: Thu, 10 Apr 2025 16:31:29 +1000 Subject: [PATCH] Adjusted the size of emotes --- horizontal-chat/style.css | 9 +++++++-- multichat-overlay/style.css | 9 +++++++-- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/horizontal-chat/style.css b/horizontal-chat/style.css index 6acc4bd..61ec983 100644 --- a/horizontal-chat/style.css +++ b/horizontal-chat/style.css @@ -151,13 +151,18 @@ li { } .platform, -.badge, -.emote { +.badge { height: 1em; margin: 1px; transform: translate(0px, 0.25em); } +.emote { + height: 1.5em; + margin: 1px; + transform: translate(0px, 0.4em); +} + #badgeList { margin: 0px 5px; } diff --git a/multichat-overlay/style.css b/multichat-overlay/style.css index c22db5f..afc92c4 100644 --- a/multichat-overlay/style.css +++ b/multichat-overlay/style.css @@ -123,13 +123,18 @@ li { } .platform, -.badge, -.emote { +.badge { height: 1em; margin: 1px; transform: translate(0px, 0.25em); } +.emote { + height: 1.5em; + margin: 1px; + transform: translate(0px, 0.4em); +} + .productImage { height: 15em; border-radius: 0.25em;