From fbecddf9dc77a29dbf09d5a18c00bf832f7cfbae Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sat, 25 Dec 2021 16:07:01 +0000 Subject: [PATCH] static/tgal.css: Adjust the height of the arrows again. *sigh*. I really want a better approach for this. --- static/tgal.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/tgal.css b/static/tgal.css index c084d5f..80d519d 100644 --- a/static/tgal.css +++ b/static/tgal.css @@ -128,7 +128,7 @@ a.prev, a.next { background-color: #0006; min-width: 1em; text-align: center; - min-height: 3.5ex; + min-height: 3ex; } a.view { flex-grow: 1; flex-basis: 0; -- 2.11.0