#38445·mattermost

Feature request: display three reaction suggestions in the `sidebar-right`

Author: akinakamuCreated Sep 10, 2026Updated Sep 10, 2026

Three reaction suggestions are always displayed in the center of the screen, but in the right sidebar, only one is shown unless the width meets a certain threshold (SIDEBAR_MINIMUM_WIDTH). For me it would be convenient if three were always displayed, does Mattermost have any plans to change this policy?

width < SIDEBAR_MINIMUM_WIDTH width > SIDEBAR_MINIMUM_WIDTH
Image Image

ref: https://github.com/mattermost/mattermost/blob/87168644a48fa66f0229a64d1706a3223c465cea/webapp/channels/src/components/post/post_options.tsx#L156-L158