config UI updates
All checks were successful
CI / React UI Build (push) Successful in 11s
CI / Native Windows Build And Tests (push) Successful in 2m8s
CI / Windows Release Package (push) Has been skipped

This commit is contained in:
Aiden
2026-05-30 20:20:22 +10:00
parent 216a561ede
commit aa33d72b6e
7 changed files with 187 additions and 37 deletions

View File

@@ -667,7 +667,7 @@ pre {
.config-device-picker__source {
display: grid;
grid-template-columns: minmax(0, 1fr) 38px;
grid-template-columns: minmax(0, 1fr) 38px 38px;
gap: 0.45rem;
align-items: stretch;
}