small fixes
This commit is contained in:
parent
9676704906
commit
013839b8a1
2 changed files with 2 additions and 2 deletions
|
@ -60,5 +60,5 @@ footer {
|
|||
display: flex;
|
||||
justify-content: center;
|
||||
|
||||
height: 5vh;
|
||||
height: 130px;
|
||||
}
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue