diff --git a/apple/OmnivoreKit/Sources/App/Views/Home/LibraryAddLinkView.swift b/apple/OmnivoreKit/Sources/App/Views/Home/LibraryAddLinkView.swift index b64a99bba..5a9518dfa 100644 --- a/apple/OmnivoreKit/Sources/App/Views/Home/LibraryAddLinkView.swift +++ b/apple/OmnivoreKit/Sources/App/Views/Home/LibraryAddLinkView.swift @@ -61,7 +61,9 @@ struct LibraryAddLinkView: View { innerBody #endif } - .padding() + #if os(macOS) + .padding() + #endif .onAppear { focusedField = .addLinkEditor }