mirror of
https://github.com/mihonapp/mihon.git
synced 2025-10-08 20:39:34 +02:00
MangaScreen: Apply bottom content padding to large screen info column (#8347)
This commit is contained in:
@@ -500,7 +500,8 @@ fun MangaScreenLargeImpl(
|
||||
startContent = {
|
||||
Column(
|
||||
modifier = Modifier
|
||||
.verticalScroll(rememberScrollState()),
|
||||
.verticalScroll(rememberScrollState())
|
||||
.padding(bottom = contentPadding.calculateBottomPadding()),
|
||||
) {
|
||||
MangaInfoBox(
|
||||
isTabletUi = true,
|
||||
|
Reference in New Issue
Block a user