mirror of
https://github.com/mihonapp/mihon.git
synced 2025-10-09 04:49:33 +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 = {
|
startContent = {
|
||||||
Column(
|
Column(
|
||||||
modifier = Modifier
|
modifier = Modifier
|
||||||
.verticalScroll(rememberScrollState()),
|
.verticalScroll(rememberScrollState())
|
||||||
|
.padding(bottom = contentPadding.calculateBottomPadding()),
|
||||||
) {
|
) {
|
||||||
MangaInfoBox(
|
MangaInfoBox(
|
||||||
isTabletUi = true,
|
isTabletUi = true,
|
||||||
|
Reference in New Issue
Block a user