mirror of
https://github.com/venera-app/venera.git
synced 2025-09-28 16:27:25 +00:00
Fix chapters display
This commit is contained in:
@@ -138,7 +138,7 @@ class _NormalComicChaptersState extends State<_NormalComicChapters> {
|
|||||||
itemHeight: 48,
|
itemHeight: 48,
|
||||||
),
|
),
|
||||||
).sliverPadding(const EdgeInsets.symmetric(horizontal: 8)),
|
).sliverPadding(const EdgeInsets.symmetric(horizontal: 8)),
|
||||||
if (chapters.length > 20 && !canShowAll)
|
if (!canShowAll)
|
||||||
SliverToBoxAdapter(
|
SliverToBoxAdapter(
|
||||||
child: Align(
|
child: Align(
|
||||||
alignment: Alignment.center,
|
alignment: Alignment.center,
|
||||||
@@ -322,7 +322,7 @@ class _GroupedComicChaptersState extends State<_GroupedComicChapters>
|
|||||||
itemHeight: 48,
|
itemHeight: 48,
|
||||||
),
|
),
|
||||||
).sliverPadding(const EdgeInsets.symmetric(horizontal: 8)),
|
).sliverPadding(const EdgeInsets.symmetric(horizontal: 8)),
|
||||||
if (chapters.length > 20 && !canShowAll)
|
if (!canShowAll)
|
||||||
SliverToBoxAdapter(
|
SliverToBoxAdapter(
|
||||||
child: Align(
|
child: Align(
|
||||||
alignment: Alignment.center,
|
alignment: Alignment.center,
|
||||||
|
Reference in New Issue
Block a user