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.
This commit is contained in:
Slash 2019-07-02 09:41:09 -04:00 committed by GitHub
parent 607e285f4f
commit 1af8440d08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -914,8 +914,8 @@ p.mentioned span.chatmessage {
} }
.wdt-emoji-picker { .wdt-emoji-picker {
bottom: 13px; bottom: 16px;
right: 41px; right: 42px;
} }
#wdt-emoji-search, #wdt-emoji-search:focus { #wdt-emoji-search, #wdt-emoji-search:focus {