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