separate out advanced textarea, fix comment channel selector width, a… #7634

Merged
jessopb merged 4 commits from comment-box-changes into master 2022-11-04 13:42:37 +01:00
Showing only changes of commit 4222382012 - Show all commits

View file

@ -210,12 +210,11 @@ export class FormFieldAreaAdvanced extends React.PureComponent<Props> {
{...inputProps} {...inputProps}
/> />
)} )}
<div className="form-field__textarea-info"> <div className="form-field__textarea-info">
{!noEmojis && openEmoteMenu && ( {!noEmojis && openEmoteMenu && (
<Button <Button
type="alt" type="alt"
className="button--file-action" className="button--comment-icons"
title="Emotes" title="Emotes"
onClick={openEmoteMenu} onClick={openEmoteMenu}
icon={ICONS.EMOJI} icon={ICONS.EMOJI}