From 1ddb15909de3c19819ad211a0a1331ebd7a58fb6 Mon Sep 17 00:00:00 2001 From: ThatOneCalculator Date: Tue, 18 Apr 2023 11:58:04 -0700 Subject: [PATCH] gallery styling --- packages/client/src/pages/gallery/post.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/client/src/pages/gallery/post.vue b/packages/client/src/pages/gallery/post.vue index 0c104b4c7a..8eb104624a 100644 --- a/packages/client/src/pages/gallery/post.vue +++ b/packages/client/src/pages/gallery/post.vue @@ -203,7 +203,7 @@ function shareWithNote() { } function like() { - os.apiWithDialog("gallery/posts/like", { + os.api("gallery/posts/like", { postId: props.postId, }).then(() => { post.isLiked = true; @@ -266,6 +266,7 @@ definePageMetadata( max-width: 100%; max-height: 500px; margin: 0 auto; + border-radius: 10px; } & + .file {