v0.1.4-pre.010

This commit is contained in:
2026-08-16 15:04:58 +02:00
parent cb10fd354b
commit f0f2954236
17 changed files with 1007 additions and 22 deletions

View File

@@ -1,5 +1,5 @@
// file: crates/ksp-app-config-desk/frontend/sass/_app.scss
// version: 3
// version: 4
$app-header-height: 72px;
$app-footer-height: 42px;
@@ -91,3 +91,23 @@ body {
#configDocumentsTable tbody tr {
cursor: pointer;
}
.app-profile-metadata dd,
.app-profile-json,
#profileOriginsTable td:first-child,
#profileEnvironmentProvenanceTable td:first-child,
#profileEnvironmentProvenanceTable td:nth-child(2) {
font-family: var(--bs-font-monospace);
}
.app-profile-json {
min-height: 280px;
max-height: 460px;
overflow: auto;
padding: 0.875rem;
border: 1px solid var(--bs-border-color);
border-radius: var(--bs-border-radius);
background: var(--bs-body-bg);
white-space: pre;
}