mirror of
https://github.com/zoriya/flood.git
synced 2026-06-03 03:12:14 +00:00
Move torrent details to 'underneath' torrent list
This commit is contained in:
@@ -57,9 +57,7 @@ export default class Torrent extends React.Component {
|
||||
});
|
||||
|
||||
return (
|
||||
<li
|
||||
className={classes}
|
||||
onMouseDown={this.handleClick}
|
||||
<li className={classes} onMouseDown={this.handleClick}
|
||||
onContextMenu={this.handleRightClick}>
|
||||
<ul className="torrent__details">
|
||||
<li className="torrent__details--primary text-overflow">
|
||||
|
||||
Reference in New Issue
Block a user