mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-07-03 19:04:39 -05:00
reader ui changes
This commit is contained in:
@@ -18,9 +18,10 @@ import CategorySelect from './CategorySelect';
|
||||
const useStyles = (inLibrary: string) => makeStyles((theme: Theme) => ({
|
||||
root: {
|
||||
width: '100%',
|
||||
// [theme.breakpoints.up('md')]: {
|
||||
// display: 'flex',
|
||||
// },
|
||||
[theme.breakpoints.up('md')]: {
|
||||
position: 'fixed',
|
||||
width: '50vw',
|
||||
},
|
||||
},
|
||||
top: {
|
||||
padding: '10px',
|
||||
|
||||
Reference in New Issue
Block a user