Updated RichTextEditorButton to be hidden on small screens
• Updated: - RichTextEditorButton to be hidden on small screens
This commit is contained in:
parent
65f4cbe0dc
commit
bcb743b2ee
@ -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}>
|
||||
|
Loading…
Reference in New Issue
Block a user