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;