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

This commit is contained in:
Ivan Iskandar 2022-10-30 09:57:19 +07:00 committed by GitHub
parent 8417f5a63c
commit 054bf8ec5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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