update web

This commit is contained in:
YouROK
2021-01-20 09:45:22 +03:00
parent 59e8c3dff4
commit 8d973a54b9
4 changed files with 5 additions and 5 deletions

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

View File

@@ -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}