mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 17:03:49 +01:00
gallery styling
This commit is contained in:
parent
cc73ec8d62
commit
f80ac68035
@ -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
Block a user