Added config support

This commit is contained in:
Connor Johnstone
2026-03-18 15:14:32 -04:00
parent ff41233a96
commit 32b4b533c0
11 changed files with 381 additions and 259 deletions

View File

@@ -125,6 +125,14 @@ input:focus, select:focus { outline: none; border-color: var(--accent); }
.search-bar input { flex: 1; }
.search-bar select { width: auto; min-width: 120px; }
/* Form groups */
.form-group { margin-bottom: 0.75rem; }
.form-group label { display: block; font-size: 0.85rem; color: var(--text-secondary); margin-bottom: 0.25rem; }
.form-group input[type="number"] { width: 150px; }
.form-group select { width: auto; min-width: 150px; }
.checkbox-label { display: flex; align-items: center; gap: 0.5rem; cursor: pointer; }
.checkbox-label input[type="checkbox"] { width: auto; }
/* Badges */
.badge {
display: inline-block;