diff --git a/ios/.gitignore b/ios/.gitignore index f470299..9a0a326 100644 --- a/ios/.gitignore +++ b/ios/.gitignore @@ -11,3 +11,4 @@ capacitor-cordova-ios-plugins # Generated Config files App/App/capacitor.config.json App/App/config.xml +App/App.xcarchive \ No newline at end of file diff --git a/src/components/posts/PostAttachment.vue b/src/components/posts/PostAttachment.vue index 26c5e57..1cd4c7a 100644 --- a/src/components/posts/PostAttachment.vue +++ b/src/components/posts/PostAttachment.vue @@ -3,10 +3,11 @@ Attached {{ props.attachments.length }} attachment(s) - - + + - + @@ -18,7 +19,14 @@ @@ -27,16 +35,23 @@