mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 12:13:48 +01:00
gallery styling
This commit is contained in:
parent
cc73ec8d62
commit
f80ac68035
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user