From 0d9771ee9839c24153ccb754b84b6e9cb895d3f1 Mon Sep 17 00:00:00 2001 From: Lauren Hirata Singh Date: Mon, 13 Oct 2025 21:57:31 -0400 Subject: [PATCH] Hide pagination --- src/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/style.css b/src/style.css index 904b3fefc1..cc59c2c163 100644 --- a/src/style.css +++ b/src/style.css @@ -427,3 +427,7 @@ h6 span img { display: inline-block !important; /* Ensure images behave as inline-block */ } +/* Hide pagination */ +#pagination { + display: none; + }