new layout for manga page for >md

This commit is contained in:
Aria Moradi
2021-03-18 22:55:17 +03:30
parent 436a8d0585
commit 5d484b012c
2 changed files with 41 additions and 16 deletions
+10 -10
View File
@@ -18,15 +18,15 @@ import CategorySelect from './CategorySelect';
const useStyles = (inLibrary: string) => makeStyles((theme: Theme) => ({
root: {
width: '100%',
[theme.breakpoints.up('md')]: {
display: 'flex',
},
// [theme.breakpoints.up('md')]: {
// display: 'flex',
// },
},
top: {
padding: '10px',
[theme.breakpoints.up('md')]: {
minWidth: '50%',
},
// [theme.breakpoints.up('md')]: {
// minWidth: '50%',
// },
},
leftRight: {
display: 'flex',
@@ -39,9 +39,9 @@ const useStyles = (inLibrary: string) => makeStyles((theme: Theme) => ({
height: 'auto',
},
maxWidth: '50%',
[theme.breakpoints.up('md')]: {
minWidth: '100px',
},
// [theme.breakpoints.up('md')]: {
// minWidth: '100px',
// },
},
rightSide: {
marginLeft: 15,
@@ -76,7 +76,7 @@ const useStyles = (inLibrary: string) => makeStyles((theme: Theme) => ({
paddingRight: '10px',
[theme.breakpoints.up('md')]: {
fontSize: '1.2em',
maxWidth: '50%',
// maxWidth: '50%',
},
[theme.breakpoints.up('lg')]: {
fontSize: '1.3em',