From ecdf6ad679a5c538dd44120cfa4aca95f5415c34 Mon Sep 17 00:00:00 2001 From: Arya Khochare <91268931+Aryakoste@users.noreply.github.com> Date: Tue, 19 Nov 2024 16:37:48 +0530 Subject: [PATCH] 1 quick react emoji on sidebar width less than 640px (#29195) Co-authored-by: Mattermost Build --- webapp/channels/src/utils/constants.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/channels/src/utils/constants.tsx b/webapp/channels/src/utils/constants.tsx index c11194b630..b418e9188d 100644 --- a/webapp/channels/src/utils/constants.tsx +++ b/webapp/channels/src/utils/constants.tsx @@ -1662,7 +1662,7 @@ export const Constants = { DEFAULT_EMOJI_PICKER_LEFT_OFFSET: 87, DEFAULT_EMOJI_PICKER_RIGHT_OFFSET: 15, EMOJI_PICKER_WIDTH_OFFSET: 295, - SIDEBAR_MINIMUM_WIDTH: 400, + SIDEBAR_MINIMUM_WIDTH: 640, THEME_ELEMENTS: [ { group: 'sidebarElements',