File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
media/src/main/kotlin/com/imashnake/animite/media Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -115,6 +115,7 @@ import com.imashnake.animite.api.anilist.sanitize.media.MediaList
115115import com.imashnake.animite.api.anilist.type.MediaType
116116import com.imashnake.animite.core.Constants
117117import com.imashnake.animite.core.extensions.bannerParallax
118+ import com.imashnake.animite.core.extensions.copy
118119import com.imashnake.animite.core.extensions.crossfadeModel
119120import com.imashnake.animite.core.extensions.horizontalOnly
120121import com.imashnake.animite.core.extensions.plus
@@ -606,9 +607,9 @@ fun MediaPage(
606607 modifier = Modifier
607608 .fillMaxWidth()
608609 .background(MaterialTheme .colorScheme.surfaceContainerHighest)
609- .padding(insetPaddingValues)
610+ .padding(insetPaddingValues.copy(bottom = 0 .dp) )
610611 .padding(horizontal = LocalPaddings .current.large)
611- .padding(top = LocalPaddings .current.large )
612+ .padding(vertical = LocalPaddings .current.medium )
612613 ) {
613614 Text (
614615 text = media.genreTitleList?.first.orEmpty(),
You can’t perform that action at this time.
0 commit comments