Update sorting UI spacing and layout
Adjust gap spacing in filter header and sort options for better visual alignment. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -2090,12 +2090,13 @@ input[type="radio"] {
|
||||
align-items: center;
|
||||
padding: 15px 10px;
|
||||
margin-bottom: 10px;
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
.sort-options {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 10px;
|
||||
gap: 4px;
|
||||
}
|
||||
|
||||
.sort-btn {
|
||||
|
||||
Reference in New Issue
Block a user