From 895602e44625a67ab46c548d2424adcee0826ce6 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Sat, 31 Dec 2022 23:58:48 +0800 Subject: [PATCH] Gosh this need to be low threshold It's actually % of the full height of the element. So if the status is super long (100K chars), it'll never be 0.25 --- src/pages/status.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/status.jsx b/src/pages/status.jsx index 71ff5b9b..f612a300 100644 --- a/src/pages/status.jsx +++ b/src/pages/status.jsx @@ -368,7 +368,7 @@ function StatusPage({ id }) { } ${thread ? 'thread' : ''} ${isHero ? 'hero' : ''}`} > {isHero ? ( - + ) : (