Working-folder-Anzeige im ⚙︎-Dialog: Projektordner zuerst (fest), dann Zusatzordner mit Entfernen; Label oben ausgerichtet; Projektpfade überall ~-kontrahiert

This commit is contained in:
marcus.hinz
2026-07-05 15:33:47 +02:00
parent 0908385a9d
commit 2075f9aa71
3 changed files with 17 additions and 2 deletions
+10
View File
@@ -590,6 +590,16 @@ td select {
gap: 0.35rem;
}
.workdirs .icon-path {
max-width: none;
}
/* Mehrzeilige Felder: Label oben ausrichten statt vertikal zentriert. */
.dialog .field.field-top {
align-items: start;
padding-top: 0.15rem;
}
.icon-path {
font-family: var(--mono);
color: var(--overlay);