From 0faf3717eebaac56f70f43fcfa5780c08b906eaa Mon Sep 17 00:00:00 2001 From: Fuwn Date: Mon, 16 Jun 2025 05:47:47 -0700 Subject: feat: Development commit --- Sora/Views/Post/Grid/PostGridView.swift | 6 +++--- 1 file 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 -- cgit v1.2.3