mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 21:46:11 +05:00
update web
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -51,7 +51,7 @@ export default function Torrent(props) {
|
|||||||
return (
|
return (
|
||||||
<div>
|
<div>
|
||||||
<ListItem>
|
<ListItem>
|
||||||
<ButtonGroup style={style.width100} disableElevation variant="contained" color="primary">
|
<ButtonGroup style={{width:'100%',boxShadow:'2px 2px 2px gray'}} disableElevation variant="contained" color="primary">
|
||||||
<Button
|
<Button
|
||||||
style={style.width100}
|
style={style.width100}
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
@@ -60,7 +60,7 @@ export default function Torrent(props) {
|
|||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
{torrent.poster &&
|
{torrent.poster &&
|
||||||
<img src={torrent.poster} alt={torrent.title} style={{width: 'auto',height:'100px',marginRight:'0px'}}/>
|
<img src={torrent.poster} alt={torrent.title} style={{width: 'auto',height:'100px',margin:'0 10px 0 0',borderRadius:'5px'}}/>
|
||||||
}
|
}
|
||||||
<Typography>
|
<Typography>
|
||||||
{torrent.name ? torrent.name : torrent.title}
|
{torrent.name ? torrent.name : torrent.title}
|
||||||
|
|||||||
Reference in New Issue
Block a user