mirror of
https://github.com/flarum/core.git
synced 2025-10-11 23:14:29 +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:
@@ -56,7 +56,7 @@ export default class ComposerBody extends Component {
|
||||
this.editor.props.disabled = this.loading;
|
||||
|
||||
return (
|
||||
<div className="ComposerBody">
|
||||
<div className={'ComposerBody ' + (this.props.className || '')}>
|
||||
{avatar(this.props.user, {className: 'ComposerBody-avatar'})}
|
||||
<div className="ComposerBody-content">
|
||||
<ul className="ComposerBody-header">{listItems(this.headerItems().toArray())}</ul>
|
||||
|
Reference in New Issue
Block a user