better css and responsiveness
This commit is contained in:
@@ -283,6 +283,12 @@
|
||||
background-size: 1rem;
|
||||
}
|
||||
|
||||
.minimal-select option {
|
||||
background-color: var(--color-bg-elevated, #18181b);
|
||||
color: #e4e4e7;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.minimal-select:hover { background: rgba(255,255,255,0.1); color: white; }
|
||||
.minimal-select:focus { border-color: var(--color-primary, #8b5cf6); color: white; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user