feat: preffered startup paths

This commit is contained in:
kodi
2026-03-12 14:47:39 +01:00
parent 559b881b6d
commit ed34d6202f
16 changed files with 644 additions and 13 deletions
+15
View File
@@ -417,6 +417,21 @@ button:disabled {
margin: 10px 0 8px;
}
.settings-field {
display: grid;
gap: 6px;
margin: 10px 0 6px;
}
.settings-field input {
width: 100%;
}
.settings-actions {
display: flex;
margin-top: 8px;
}
.list li.is-selected {
background: var(--color-selection-bg);
box-shadow: inset 0 0 0 1px var(--color-selection-border);