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 />
|
<StatusVisibilityButton />
|
||||||
<SpoilerButton />
|
<SpoilerButton />
|
||||||
<SchedulePostButton />
|
<SchedulePostButton />
|
||||||
|
|
||||||
|
<Responsive min={BREAKPOINT_EXTRA_SMALL}>
|
||||||
<RichTextEditorButton />
|
<RichTextEditorButton />
|
||||||
|
</Responsive>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<Responsive min={BREAKPOINT_EXTRA_SMALL}>
|
<Responsive min={BREAKPOINT_EXTRA_SMALL}>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user