From: Lynx Kotoura Date: Sat, 9 Jun 2018 20:20:57 +0000 (+0900) Subject: Adjust emoji-mart-anchor-bar for environments that use display scaling (#7772) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=3df8c40508712cb4353f8346e99ad40579547111;p=mastodon.git Adjust emoji-mart-anchor-bar for environments that use display scaling (#7772) --- diff --git a/app/javascript/styles/mastodon/emoji_picker.scss b/app/javascript/styles/mastodon/emoji_picker.scss index cf9547586..e49084b5f 100644 --- a/app/javascript/styles/mastodon/emoji_picker.scss +++ b/app/javascript/styles/mastodon/emoji_picker.scss @@ -62,16 +62,16 @@ } .emoji-mart-anchor-bar { - bottom: 0; + bottom: -1px; } } .emoji-mart-anchor-bar { position: absolute; - bottom: -3px; + bottom: -5px; left: 0; width: 100%; - height: 3px; + height: 4px; background-color: $highlight-text-color; }