summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Sora/Views/Post/Grid/PostGridView.swift6
1 files changed, 3 insertions, 3 deletions
diff --git a/Sora/Views/Post/Grid/PostGridView.swift b/Sora/Views/Post/Grid/PostGridView.swift
index ff3fba1..11e4d2c 100644
--- a/Sora/Views/Post/Grid/PostGridView.swift
+++ b/Sora/Views/Post/Grid/PostGridView.swift
@@ -42,7 +42,7 @@ struct PostGridView: View { // swiftlint:disable:this type_body_length
}
}
#if os(macOS)
- .padding()
+ .padding(8)
#else
.padding(.horizontal)
#endif
@@ -68,7 +68,7 @@ struct PostGridView: View { // swiftlint:disable:this type_body_length
}
}
#if os(macOS)
- .padding()
+ .padding(8)
#else
.padding(.horizontal)
#endif
@@ -80,7 +80,7 @@ struct PostGridView: View { // swiftlint:disable:this type_body_length
}
.gridStyle(columns: columnCount)
#if os(macOS)
- .padding()
+ .padding(8)
#else
.padding(.horizontal)
#endif