gallery styling
This commit is contained in:
parent
d6a4ecb495
commit
1ddb15909d
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue