Update Cards and SearchSingle, AnimeSearchSingle (#22)

added margin to show the rounded corners of each cards
added styling to the search ( searching in sources )
This commit is contained in:
voltrare
2021-09-07 05:08:54 +08:00
committed by GitHub
parent a22e174560
commit 7710c287c5
8 changed files with 38 additions and 8 deletions

View File

@@ -39,6 +39,9 @@ const useStyles = makeStyles((theme) => ({
flex: '0 0 auto',
marginRight: 16,
},
card: {
margin: '10px',
},
}));
interface IProps {
@@ -114,7 +117,7 @@ export default function ExtensionCard(props: IProps) {
}
return (
<Card>
<Card className={classes.card}>
<CardContent className={classes.root}>
<div style={{ display: 'flex' }}>
<Avatar