From 3cfce2db04d0a8bb596cbf747600e339205549cd Mon Sep 17 00:00:00 2001 From: Aria Moradi Date: Thu, 13 May 2021 21:40:42 +0430 Subject: [PATCH] fix chapters not shown on movbile --- webUI/react/src/screens/Manga.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/webUI/react/src/screens/Manga.tsx b/webUI/react/src/screens/Manga.tsx index 932bf194..464614d6 100644 --- a/webUI/react/src/screens/Manga.tsx +++ b/webUI/react/src/screens/Manga.tsx @@ -26,6 +26,8 @@ const useStyles = makeStyles((theme: Theme) => ({ chapters: { listStyle: 'none', padding: 0, + width: '100vw', + minHeight: '200px', [theme.breakpoints.up('md')]: { width: '50vw', height: 'calc(100vh - 64px)', @@ -85,9 +87,6 @@ export default function Manga() { 0} > - {/*
    - {chapters.map((chapter) => ())} -
*/}