Fix: Vertical chapter navigator overlap bottom bar (#619)

This commit is contained in:
Cuong-Tran 2025-03-25 16:05:01 +07:00 committed by GitHub
parent 43c0940fa9
commit 540176138e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -143,7 +143,7 @@ fun ReaderAppBars(
animationSpec = animationSpec,
),
modifier = modifierWithInsetsPadding
.padding(bottom = 48.dp, top = 120.dp)
.padding(bottom = 64.dp, top = 112.dp)
.align(Alignment.TopStart),
) {
ChapterNavigator(
@ -171,7 +171,7 @@ fun ReaderAppBars(
animationSpec = animationSpec,
),
modifier = modifierWithInsetsPadding
.padding(bottom = 48.dp, top = 120.dp)
.padding(bottom = 64.dp, top = 112.dp)
.align(Alignment.TopEnd),
) {
ChapterNavigator(