Updated RichTextEditorButton to be hidden on small screens

• Updated:
- RichTextEditorButton to be hidden on small screens
This commit is contained in:
mgabdev 2020-06-18 12:11:57 -04:00
parent 65f4cbe0dc
commit bcb743b2ee

View File

@ -475,7 +475,10 @@ class ComposeForm extends ImmutablePureComponent {
<StatusVisibilityButton />
<SpoilerButton />
<SchedulePostButton />
<RichTextEditorButton />
<Responsive min={BREAKPOINT_EXTRA_SMALL}>
<RichTextEditorButton />
</Responsive>
</div>
<Responsive min={BREAKPOINT_EXTRA_SMALL}>