contribution sort control in sidebar
This commit is contained in:
@@ -663,6 +663,27 @@ select.form-input { cursor: pointer; }
|
||||
----------------------------------------------------------------- */
|
||||
.list-search { margin-bottom: var(--space-md); }
|
||||
|
||||
.list-controls {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
margin-bottom: var(--space-md);
|
||||
gap: var(--space-sm);
|
||||
}
|
||||
|
||||
.list-sort-select {
|
||||
width: auto;
|
||||
padding: 6px var(--space-sm);
|
||||
font-size: var(--font-sm);
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.list-count {
|
||||
font-size: var(--font-sm);
|
||||
color: var(--color-text-secondary);
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.contribution-card {
|
||||
padding: var(--space-md);
|
||||
margin-bottom: var(--space-sm);
|
||||
|
||||
Reference in New Issue
Block a user