small fixes

This commit is contained in:
CatAClock 2025-07-16 20:46:16 -07:00
parent 9676704906
commit 013839b8a1
2 changed files with 2 additions and 2 deletions

View file

@ -60,5 +60,5 @@ footer {
display: flex;
justify-content: center;
height: 5vh;
height: 130px;
}

View file

@ -218,7 +218,7 @@ async function MastodonReplyFunction(Id, post) {
}
}
}
return OtherPost;
return post;
}
// Because of repeat code, we can put it into it's own function. It grabs posts "above" it.