mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-05 13:45:06 +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 = {
|
||||
Column(
|
||||
modifier = Modifier
|
||||
.verticalScroll(rememberScrollState()),
|
||||
.verticalScroll(rememberScrollState())
|
||||
.padding(bottom = contentPadding.calculateBottomPadding()),
|
||||
) {
|
||||
MangaInfoBox(
|
||||
isTabletUi = true,
|
||||
|
Loading…
Reference in New Issue
Block a user