v0.1.0-pre.054

This commit is contained in:
2026-07-26 01:55:35 +02:00
parent 4e76263f88
commit 068eb9ece5
32 changed files with 12958 additions and 5450 deletions

View File

@@ -383,3 +383,38 @@ video#vbackground:not([playsinline]) {
background-color: rgba(0, 0, 0, 0.04);
white-space: pre-wrap;
}
.app-json-viewer {
display: block;
height: 24rem;
max-height: 24rem;
overflow: auto;
overscroll-behavior: contain;
border: 1px solid var(--bs-border-color);
border-radius: var(--bs-border-radius);
background: var(--bs-body-bg);
}
.app-json-viewer > andypf-json-viewer {
display: block;
min-width: 0;
}
.app-log-output {
display: block;
width: 100%;
height: 18rem;
max-height: 18rem;
overflow: auto;
resize: vertical;
white-space: pre;
}
.app-table-full-width {
width: 100%;
overflow-x: auto;
}
.app-table-full-width table {
width: 100%;
min-width: 0;
}

View File

@@ -1,4 +1,4 @@
// file: kb_demo_app/frontend/sass/main.scss
// file: kb-app-demo-desktop/frontend/sass/main.scss
// version: 1
@import "bootstrap/scss/functions";