Bug 1851548 - Top sites are aligned to the left with Compose Top Sites enabled

fenix/119.0
t-p-white 9 months ago committed by mergify[bot]
parent 2bc455243c
commit 8344abf3e4

@ -116,7 +116,10 @@ fun TopSites(
HorizontalPager(
state = pagerState,
) { page ->
Column {
Column(
modifier = Modifier.fillMaxWidth(),
horizontalAlignment = Alignment.CenterHorizontally,
) {
val topSitesWindows = topSites.windowed(
size = TOP_SITES_PER_PAGE,
step = TOP_SITES_PER_PAGE,

Loading…
Cancel
Save