mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-17 13:29:17 +01:00
MangaScreen: Apply bottom content padding to large screen info column (#8347)
This commit is contained in:
parent
8417f5a63c
commit
054bf8ec5d
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user