gallery styling

This commit is contained in:
ThatOneCalculator 2023-04-18 11:58:04 -07:00
parent cc73ec8d62
commit f80ac68035

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 {