From e661e3b11577bd51663c5cd95c045f109c0a5739 Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Mon, 28 Oct 2019 13:17:59 +0000 Subject: [PATCH] Fix quick reactions to be aligned with other emoji This uses center alignment for quick reactions as well, so that they line up with the larger emoji categories above. --- res/css/views/emojipicker/_EmojiPicker.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/res/css/views/emojipicker/_EmojiPicker.scss b/res/css/views/emojipicker/_EmojiPicker.scss index 3bf6845c85..5d9b3f2687 100644 --- a/res/css/views/emojipicker/_EmojiPicker.scss +++ b/res/css/views/emojipicker/_EmojiPicker.scss @@ -221,7 +221,6 @@ limitations under the License. .mx_EmojiPicker_quick { flex-direction: column; - align-items: start; justify-content: space-around; }