diff --git a/src/HTTP/CSS/expanded.css b/src/HTTP/CSS/expanded.css index a644b6b..0d07a2a 100644 --- a/src/HTTP/CSS/expanded.css +++ b/src/HTTP/CSS/expanded.css @@ -60,5 +60,5 @@ footer { display: flex; justify-content: center; - height: 5vh; + height: 130px; } diff --git a/src/HTTP/JS/expanded.js b/src/HTTP/JS/expanded.js index 781b80c..4159e0f 100644 --- a/src/HTTP/JS/expanded.js +++ b/src/HTTP/JS/expanded.js @@ -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.