From 013839b8a175069eba0c61e5be3c6fafd769fcdb Mon Sep 17 00:00:00 2001 From: CatAClock Date: Wed, 16 Jul 2025 20:46:16 -0700 Subject: [PATCH] small fixes --- src/HTTP/CSS/expanded.css | 2 +- src/HTTP/JS/expanded.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.