mirror of
https://github.com/zoriya/flood.git
synced 2025-12-20 14:15:15 +00:00
Improve form layout
This commit is contained in:
@@ -130,10 +130,12 @@ export default class AddTorrentsByFile extends React.Component {
|
||||
return (
|
||||
<div className="form">
|
||||
<div className="form__row">
|
||||
<label className="form__label">
|
||||
Torrents
|
||||
</label>
|
||||
{this.getModalContent()}
|
||||
<div className="form__column">
|
||||
<label className="form__label">
|
||||
Torrents
|
||||
</label>
|
||||
{this.getModalContent()}
|
||||
</div>
|
||||
</div>
|
||||
<AddTorrentsDestination onChange={this.handleDestinationChange} />
|
||||
<AddTorrentsActions dismiss={this.props.dismissModal}
|
||||
|
||||
Reference in New Issue
Block a user