MangaScreen: Apply bottom content padding to large screen info column (#8347)

(cherry picked from commit 054bf8ec5d358e26dc761ebd4358167ffe99487d)
This commit is contained in:
Ivan Iskandar 2022-10-30 09:57:19 +07:00 committed by Jobobby04
parent 963d09d270
commit 82a1d9847d

View File

@ -635,7 +635,8 @@ fun MangaScreenLargeImpl(
startContent = {
Column(
modifier = Modifier
.verticalScroll(rememberScrollState()),
.verticalScroll(rememberScrollState())
.padding(bottom = contentPadding.calculateBottomPadding()),
) {
MangaInfoBox(
isTabletUi = true,