mirror of
https://github.com/flarum/core.git
synced 2025-07-28 04:00:40 +02:00
Improve composer appearance/usability on mobile
On mobile: - Move submit button to right side of toolbar - Move first header item to toolbar - Size textarea correctly
This commit is contained in:
@@ -72,6 +72,7 @@ export default class TextEditor extends Component {
|
||||
children: this.props.submitLabel,
|
||||
icon: 'check',
|
||||
className: 'Button Button--primary',
|
||||
itemClassName: 'App-primaryControl',
|
||||
onclick: this.onsubmit.bind(this)
|
||||
})
|
||||
);
|
||||
|
Reference in New Issue
Block a user