mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-17 15:26:23 +00:00
[fenix] For https://github.com/mozilla-mobile/fenix/issues/21809 - Adjust the padding between the Pocket section
This commit is contained in:
parent
d13f0ef797
commit
ff62ffe70a
@ -97,7 +97,7 @@ fun PocketStories(
|
||||
}
|
||||
}
|
||||
|
||||
Column(modifier = Modifier.padding(vertical = 44.dp)) {
|
||||
Column(modifier = Modifier.padding(top = 72.dp)) {
|
||||
SectionHeader(
|
||||
text = stringResource(R.string.pocket_stories_header_1),
|
||||
modifier = Modifier
|
||||
|
@ -8,9 +8,8 @@
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingVertical="16dp"
|
||||
android:layout_marginHorizontal="@dimen/home_item_horizontal_margin"
|
||||
android:layout_marginTop="24dp"
|
||||
android:layout_marginTop="68dp"
|
||||
android:background="?android:attr/selectableItemBackground">
|
||||
|
||||
<Button
|
||||
|
Loading…
Reference in New Issue
Block a user