summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-06-16 05:47:47 -0700
committerFuwn <[email protected]>2025-06-16 05:47:47 -0700
commit0faf3717eebaac56f70f43fcfa5780c08b906eaa (patch)
tree5e066010114f5d997d54ab1ec4188e7349ebdad0
parentfeat: Development commit (diff)
downloadsora-testing-0faf3717eebaac56f70f43fcfa5780c08b906eaa.tar.xz
sora-testing-0faf3717eebaac56f70f43fcfa5780c08b906eaa.zip
feat: Development commit
-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