MangaScreen: Apply bottom content padding to large screen info column (#8347)
(cherry picked from commit 054bf8ec5d358e26dc761ebd4358167ffe99487d)
This commit is contained in:
parent
963d09d270
commit
82a1d9847d
@ -635,7 +635,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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user