diff options
| author | Paul-Christian Volkmer | 2026-03-18 12:49:29 +0100 |
|---|---|---|
| committer | GitHub | 2026-03-18 11:49:29 +0000 |
| commit | 6d87addfd08a125ad7cb1fc2dea0eb416408a962 (patch) | |
| tree | 0c47bc25288a4472908b3c2a7f751ee65a94d5d9 /src/web/style.css | |
| parent | a1f151fd0dc51b6c43fa2c3dd59a00904e6ad2c4 (diff) | |
feat: improve pagination (#271)
Diffstat (limited to 'src/web/style.css')
| -rw-r--r-- | src/web/style.css | 3 |
1 files changed, 3 insertions, 0 deletions
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 { |
