Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/treetrek.git

Applies fixed width to pagination block

AuthorDave Jarvis <email>
Date2026-02-20 18:56:12 GMT-0800
Commitfcb90f0d32ca514b769c9c5f5e6bfa12f448e8c7
Parent13ba87a
styles/repo.css
justify-content: center;
flex-wrap: wrap;
+ font-variant-numeric: tabular-nums;
}
.page-link {
+ display: inline-block;
+ min-width: calc(4ch + 16px);
+ text-align: center;
+ box-sizing: border-box;
color: #58a6ff;
text-decoration: none;
.page-badge {
+ display: inline-block;
+ min-width: calc(4ch + 16px);
+ text-align: center;
+ box-sizing: border-box;
background: #21262d;
color: #f0f6fc;
Delta9 lines added, 0 lines removed, 9-line increase