static/tgal.css: Enlarge the left/right arrow boxes.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 16 Dec 2021 01:11:09 +0000 (01:11 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 16 Dec 2021 01:11:09 +0000 (01:11 +0000)
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

index d5f5807..dc95e2c 100644 (file)
@@ -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;