v0.5.85: move matches page summary next to pager.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
voson
2026-07-29 18:36:22 +08:00
co-authored by Cursor
parent b01552ee6e
commit ef31e43d6c
6 changed files with 56 additions and 28 deletions
+16 -1
View File
@@ -2653,13 +2653,28 @@ body:has(#items-view:not(.hidden)) {
gap: 16px;
width: 100%;
}
.matches-foot {
display: flex;
flex-direction: column;
align-items: center;
gap: 10px;
padding: 4px 0 8px;
}
.matches-foot-summary {
margin: 0;
font-size: 13px;
font-weight: 500;
color: var(--muted);
line-height: 1.4;
text-align: center;
}
.matches-pager {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
gap: 6px;
padding: 4px 0 8px;
padding: 0;
}
.matches-pager-btn {
min-width: 36px;