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}
/>
)}
<div className="form-field__textarea-info">
{!noEmojis && openEmoteMenu && (
<Button
type="alt"
className="button--file-action"
className="button--comment-icons"
title="Emotes"
onClick={openEmoteMenu}
icon={ICONS.EMOJI}