feat (ui): keuze default roof folder

This commit is contained in:
kodi
2026-03-09 13:41:04 +01:00
parent ab7a84ebe0
commit a22172f736
7 changed files with 146 additions and 12 deletions
+17
View File
@@ -285,6 +285,23 @@ button.secondary {
color: #1e293b;
}
.settings-field {
display: flex;
flex-direction: column;
gap: 6px;
margin-bottom: 4px;
}
.settings-field label {
font-size: 12px;
color: #64748b;
}
.settings-field select {
min-width: 0;
width: 100%;
}
.settings-check {
display: flex;
align-items: center;