From 1af8440d08ed3f536ec218704064fbc71b507035 Mon Sep 17 00:00:00 2001 From: Slash <25337749+slashpowered@users.noreply.github.com> Date: Tue, 2 Jul 2019 09:41:09 -0400 Subject: [PATCH] Proper emoji picker button position and size. The bottom and right values were set too low and were off-center from the rest of the chat buttons. --- webapp/titanembeds/static/css/embed.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp/titanembeds/static/css/embed.css b/webapp/titanembeds/static/css/embed.css index 11785fd..c973140 100644 --- a/webapp/titanembeds/static/css/embed.css +++ b/webapp/titanembeds/static/css/embed.css @@ -914,8 +914,8 @@ p.mentioned span.chatmessage { } .wdt-emoji-picker { - bottom: 13px; - right: 41px; + bottom: 16px; + right: 42px; } #wdt-emoji-search, #wdt-emoji-search:focus {