mirror of
https://github.com/flarum/core.git
synced 2025-10-11 23:14:29 +02:00
Restyle posts to be more compact, relocate controls
This commit is contained in:
@@ -45,13 +45,7 @@ export default class Post extends Component {
|
||||
|
||||
return (
|
||||
<div>
|
||||
{controls.length ? Dropdown.component({
|
||||
children: controls,
|
||||
className: 'Post-controls',
|
||||
buttonClassName: 'Button Button--icon Button--flat',
|
||||
menuClassName: 'Dropdown-menu--right',
|
||||
icon: 'ellipsis-v'
|
||||
}) : ''}
|
||||
|
||||
|
||||
{this.content()}
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user