This commit is contained in:
rang 2025-12-27 21:41:04 +08:00
parent eb82688248
commit 6ffd76a194
3 changed files with 206 additions and 206 deletions

View file

@ -30,7 +30,7 @@ class ChapterSelectionButton extends HookConsumerWidget {
barrierLabel: S.of(context).chapterSelect,
constraints: BoxConstraints(
// 40% of the screen height
maxHeight: MediaQuery.of(context).size.height * 0.4,
maxHeight: MediaQuery.of(context).size.height * 0.7,
),
builder: (context) {
return const Padding(