diff options
| author | Fuwn <[email protected]> | 2025-06-16 05:47:47 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-06-16 05:47:47 -0700 |
| commit | 0faf3717eebaac56f70f43fcfa5780c08b906eaa (patch) | |
| tree | 5e066010114f5d997d54ab1ec4188e7349ebdad0 | |
| parent | feat: Development commit (diff) | |
| download | sora-testing-0faf3717eebaac56f70f43fcfa5780c08b906eaa.tar.xz sora-testing-0faf3717eebaac56f70f43fcfa5780c08b906eaa.zip | |
feat: Development commit
| -rw-r--r-- | Sora/Views/Post/Grid/PostGridView.swift | 6 |
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 |