From 3ed7b195118d06767adb68ba6bca6399269a3f56 Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Sat, 29 Jul 2023 19:29:48 -0500 Subject: [PATCH] fix page selector sizing --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 9e16fc2..2cf98f8 100644 --- a/style.css +++ b/style.css @@ -157,7 +157,7 @@ div.page-selector div.pagebutton { background: var(--default-button-background); border: var(--default-button-border); text-align: center; - padding: 2px; + padding: 0px; min-width: 24px; height: 24px; }