gallery styling

This commit is contained in:
ThatOneCalculator 2023-04-18 11:58:04 -07:00
parent d6a4ecb495
commit 1ddb15909d
No known key found for this signature in database
GPG Key ID: 8703CACD01000000
1 changed files with 2 additions and 1 deletions

View File

@ -203,7 +203,7 @@ function shareWithNote() {
} }
function like() { function like() {
os.apiWithDialog("gallery/posts/like", { os.api("gallery/posts/like", {
postId: props.postId, postId: props.postId,
}).then(() => { }).then(() => {
post.isLiked = true; post.isLiked = true;
@ -266,6 +266,7 @@ definePageMetadata(
max-width: 100%; max-width: 100%;
max-height: 500px; max-height: 500px;
margin: 0 auto; margin: 0 auto;
border-radius: 10px;
} }
& + .file { & + .file {