experiment(BookmarksView): row horizontal insets 20pt → 16pt for tighter editorial margins
This commit is contained in:
@@ -34,7 +34,7 @@ struct BookmarksView: View {
|
|||||||
browsingBookmark = bookmark
|
browsingBookmark = bookmark
|
||||||
}
|
}
|
||||||
.onAppear { maybeLoadMore(bookmark) }
|
.onAppear { maybeLoadMore(bookmark) }
|
||||||
.listRowInsets(EdgeInsets(top: 0, leading: 20, bottom: 0, trailing: 20))
|
.listRowInsets(EdgeInsets(top: 0, leading: 16, bottom: 0, trailing: 16))
|
||||||
.listRowSeparator(.visible)
|
.listRowSeparator(.visible)
|
||||||
.swipeActions(edge: .trailing, allowsFullSwipe: true) {
|
.swipeActions(edge: .trailing, allowsFullSwipe: true) {
|
||||||
Button(role: .destructive) {
|
Button(role: .destructive) {
|
||||||
|
|||||||
Reference in New Issue
Block a user