feat: base config

This commit is contained in:
2025-11-04 14:50:45 +01:00
parent 34d6deed04
commit 38a2f46b79
4 changed files with 182 additions and 10 deletions
+15
View File
@@ -211,3 +211,18 @@ h6 .lucide {
.footer {
opacity: 50%;
}
table.config td {
padding: 0.25em 0.5em;
vertical-align: top;
}
table.config input,
table.config select,
button.full {
width: 100%;
}
table.config td:first-child {
text-align: right;
}