From 6d87addfd08a125ad7cb1fc2dea0eb416408a962 Mon Sep 17 00:00:00 2001 From: Paul-Christian Volkmer Date: Wed, 18 Mar 2026 12:49:29 +0100 Subject: feat: improve pagination (#271) --- src/web/style.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/web') diff --git a/src/web/style.css b/src/web/style.css index b4ffd3d..6ae77b0 100644 --- a/src/web/style.css +++ b/src/web/style.css @@ -431,6 +431,7 @@ table.config-table td > button:last-of-type { font-size: 1.75rem; color: var(--bg-gray); text-decoration: none; + vertical-align: middle; } .page-control a[href] { @@ -440,6 +441,8 @@ table.config-table td > button:last-of-type { .page-control span { padding: 0 .5rem; vertical-align: text-bottom; + font-size: 1rem; + vertical-align: middle; } #samples-table.max { -- cgit v1.2.3