fix: improve pagination styling for active page and next button
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 7s
Mirror to GitHub / mirror (push) Failing after 3s
Tests / test (push) Failing after 18s

Match padding and sizing for active page number and next button
to match inactive page buttons.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
ashisgreat22 2026-03-22 22:31:53 +01:00
parent d7ec0217c4
commit a61a3a9c70
2 changed files with 9 additions and 1 deletions

View file

@ -465,9 +465,17 @@ main {
}
.page-current {
min-width: 40px;
height: 40px;
padding: 0 0.75rem;
border: 1px solid var(--accent) !important;
border-radius: var(--radius-sm);
background: var(--accent) !important;
border-color: var(--accent) !important;
color: #fff !important;
font-size: 0.9rem;
display: inline-flex;
align-items: center;
justify-content: center;
}
/* ============================================================

BIN
kafka

Binary file not shown.