From e72260e5f810272f1dc61c23b1022cd36a3fe1e8 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Thu, 16 Dec 2021 01:11:09 +0000 Subject: [PATCH] static/tgal.css: Enlarge the left/right arrow boxes. I wish I could arrange to have them centred automatically, but I don't know how to do that. I've tried the obvious things, and they cause the buttons to come out near the centre, but slightly offset -- by an amount dependent on the font. Making the arrows be images won't work properly with Dark Reader or similar extensions. --- static/tgal.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/tgal.css b/static/tgal.css index d5f5807..dc95e2c 100644 --- a/static/tgal.css +++ b/static/tgal.css @@ -129,7 +129,7 @@ a.prev, a.next { background-color: #0006; min-width: 1em; text-align: center; - min-height: 3ex; + min-height: 3.5ex; } a.view { flex-grow: 1; flex-basis: 0; -- 2.11.0