mirror of
https://github.com/bbara04/Purefin.git
synced 2026-07-24 03:36:51 +00:00
refactor: adjust dimensions for ContinueWatchingCard and SuggestionsSection for improved layout
This commit is contained in:
@@ -59,7 +59,7 @@ internal fun ContinueWatchingCard(
|
|||||||
Surface(
|
Surface(
|
||||||
shape = RoundedCornerShape(26.dp),
|
shape = RoundedCornerShape(26.dp),
|
||||||
color = scheme.surfaceContainer,
|
color = scheme.surfaceContainer,
|
||||||
modifier = modifier.width(320.dp)
|
modifier = modifier.width(280.dp)
|
||||||
) {
|
) {
|
||||||
Column(
|
Column(
|
||||||
modifier = Modifier
|
modifier = Modifier
|
||||||
|
|||||||
@@ -44,7 +44,7 @@ fun SuggestionsSection(
|
|||||||
) {
|
) {
|
||||||
HorizontalPager(
|
HorizontalPager(
|
||||||
state = pagerState,
|
state = pagerState,
|
||||||
pageSize = PageSize.Fixed(360.dp),
|
pageSize = PageSize.Fixed(320.dp),
|
||||||
contentPadding = PaddingValues(horizontal = 16.dp),
|
contentPadding = PaddingValues(horizontal = 16.dp),
|
||||||
pageSpacing = 16.dp,
|
pageSpacing = 16.dp,
|
||||||
modifier = Modifier.fillMaxWidth()
|
modifier = Modifier.fillMaxWidth()
|
||||||
|
|||||||
Reference in New Issue
Block a user