v0.1.0-pre.054
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user