Some design tweaks to web emoji picker (#8076)

* Tighten up and reverse action items on web

* Tweak web styles for emoji bar

* Might as well make disabled more obvious

* Format
This commit is contained in:
Eric Bailey
2025-03-28 16:38:24 -05:00
committed by GitHub
parent 152bc3c1ec
commit a84ba121fa
3 changed files with 96 additions and 48 deletions
+2 -3
View File
@@ -85,10 +85,9 @@ export function ActionsWrapper({
a.justify_center,
a.flex_row,
a.align_center,
a.gap_xs,
isFromSelf
? [a.mr_md, {marginLeft: 'auto'}]
: [a.ml_md, {marginRight: 'auto'}],
? [a.mr_xs, {marginLeft: 'auto'}, a.flex_row_reverse]
: [a.ml_xs, {marginRight: 'auto'}],
]}>
<EmojiReactionPicker message={message} onEmojiSelect={onEmojiSelect}>
{({props, state, isNative, control}) => {