From c804380e5816ac37ddfaa4805e0687000a6994fe Mon Sep 17 00:00:00 2001 From: Lam Nguyen Date: Thu, 6 Mar 2025 06:49:24 -0800 Subject: [PATCH 1/2] fix: Fixed issue with pagination arrows having bullets and unstyled --- assets/css/v2/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/assets/css/v2/style.css b/assets/css/v2/style.css index a997f2e..0eb018c 100644 --- a/assets/css/v2/style.css +++ b/assets/css/v2/style.css @@ -1071,6 +1071,12 @@ blockquote p:last-child { } } +.next-prev-icon { + display: flex; + list-style-type: none; + padding: 2%; +} + /* Logo */ .f5-logo-footer { height: 32px; From df3dbede0eb0ec1fd48b9836bb4c4ec18a6b09e9 Mon Sep 17 00:00:00 2001 From: Lam Nguyen Date: Tue, 11 Mar 2025 07:17:42 -0700 Subject: [PATCH 2/2] fix: Removed padding --- assets/css/v2/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/v2/style.css b/assets/css/v2/style.css index 0eb018c..5cca11b 100644 --- a/assets/css/v2/style.css +++ b/assets/css/v2/style.css @@ -1074,7 +1074,7 @@ blockquote p:last-child { .next-prev-icon { display: flex; list-style-type: none; - padding: 2%; + padding: 0; } /* Logo */