summaryrefslogtreecommitdiff
path: root/src/web
diff options
context:
space:
mode:
authorPaul-Christian Volkmer2026-03-18 12:49:29 +0100
committerGitHub2026-03-18 11:49:29 +0000
commit6d87addfd08a125ad7cb1fc2dea0eb416408a962 (patch)
tree0c47bc25288a4472908b3c2a7f751ee65a94d5d9 /src/web
parenta1f151fd0dc51b6c43fa2c3dd59a00904e6ad2c4 (diff)
feat: improve pagination (#271)
Diffstat (limited to 'src/web')
-rw-r--r--src/web/style.css3
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 {