fix: improve pagination styling for active page and next button
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:
parent
d7ec0217c4
commit
a61a3a9c70
2 changed files with 9 additions and 1 deletions
|
|
@ -465,9 +465,17 @@ main {
|
||||||
}
|
}
|
||||||
|
|
||||||
.page-current {
|
.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;
|
background: var(--accent) !important;
|
||||||
border-color: var(--accent) !important;
|
|
||||||
color: #fff !important;
|
color: #fff !important;
|
||||||
|
font-size: 0.9rem;
|
||||||
|
display: inline-flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ============================================================
|
/* ============================================================
|
||||||
|
|
|
||||||
BIN
kafka
BIN
kafka
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue