diff --git a/lib/pages/comic_page.dart b/lib/pages/comic_page.dart index f39abcd..caeb801 100644 --- a/lib/pages/comic_page.dart +++ b/lib/pages/comic_page.dart @@ -1131,7 +1131,7 @@ class _ComicChaptersState extends State<_ComicChapters> { int length = eps.length; bool canShowAll = showAll; if (!showAll) { - var width = constrains.crossAxisExtent; + var width = constrains.crossAxisExtent - 16; var crossItems = width ~/ 200; if (width % 200 != 0) { crossItems += 1;