better css and responsiveness

This commit is contained in:
2026-01-07 20:05:32 +01:00
parent 6387d4a373
commit f4eb96c4ec
13 changed files with 537 additions and 131 deletions

View File

@@ -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; }