From 141f4a94dc9e38ab552ca2af2a413e00f705eb41 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Mon, 19 Dec 2022 10:04:50 +0800 Subject: [PATCH] Fix "show more" appearing below the faux padding --- src/pages/status.jsx | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/src/pages/status.jsx b/src/pages/status.jsx index 27cff0b..4fecbab 100644 --- a/src/pages/status.jsx +++ b/src/pages/status.jsx @@ -255,19 +255,21 @@ function StatusPage({ id }) { ); })} + {showMore > 0 && ( +
  • + +
  • + )} - {showMore > 0 && ( - - )} );