Fix: Vertical chapter navigator overlap bottom bar (#619)
This commit is contained in:
parent
43c0940fa9
commit
540176138e
1 changed files with 2 additions and 2 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in a new issue