v0.5.85: move matches page summary next to pager.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
+16
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user