feat(web): add prefix hints

This commit is contained in:
2025-12-30 14:46:26 +02:00
parent 63271c50f8
commit 02ab1d119c
2 changed files with 34 additions and 12 deletions

View File

@@ -651,3 +651,23 @@ main {
}
}
}
.label-header {
display: flex;
justify-content: space-between;
align-items: baseline;
margin-bottom: 0.5rem;
label {
margin-bottom: 0;
}
}
.input-hint {
font-size: 0.75rem;
color: var(--text-muted);
opacity: 0.7;
font-family: "Inter", "Segoe UI", sans-serif;
text-transform: none;
letter-spacing: normal;
}