From a6af750db980439c77f59303c3be2cc24e0f47d3 Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Thu, 18 Jan 2024 16:58:29 -0600 Subject: [PATCH] fix link sizes on page buttons --- core/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/style.css b/core/style.css index ff854fe..39efe26 100644 --- a/core/style.css +++ b/core/style.css @@ -184,6 +184,9 @@ div.page-selector div.pagebutton a:visited { font-size: 12px; text-decoration: none; color: var(--main-text); + display: inline-block; + width: 100%; + height: 100%; } div.page-selector div.pagebutton.curpage a,