v0.1.4-pre.011

This commit is contained in:
2026-08-16 15:14:37 +02:00
parent f0f2954236
commit 00361f22f4
15 changed files with 523 additions and 20 deletions

View File

@@ -1,5 +1,5 @@
// file: crates/ksp-app-config-desk/frontend/sass/_app.scss
// version: 4
// version: 5
$app-header-height: 72px;
$app-footer-height: 42px;
@@ -111,3 +111,10 @@ body {
background: var(--bs-body-bg);
white-space: pre;
}
#environmentReportTable td:first-child,
#environmentReportTable td:nth-child(4),
#environmentReportTable td:nth-child(5) {
font-family: var(--bs-font-monospace);
}