Rework chart gen. Add Health, Tanscode, Task Status Charts
All checks were successful
/ release (push) Successful in 32s
All checks were successful
/ release (push) Successful in 32s
This commit is contained in:
parent
091ef322d5
commit
8e15cdd6e8
3 changed files with 164 additions and 81 deletions
|
@ -3,58 +3,63 @@
|
|||
@import url("component.css");
|
||||
|
||||
:root {
|
||||
font-family: monospace;
|
||||
font-size: 12px;
|
||||
overflow-y: auto;
|
||||
font-family: monospace;
|
||||
font-size: 12px;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
body {
|
||||
padding: 0.5rem;
|
||||
gap: 0.5rem;
|
||||
padding: 0.5rem;
|
||||
gap: 0.5rem;
|
||||
}
|
||||
|
||||
.counter-image {
|
||||
image-rendering: pixelated;
|
||||
image-rendering: -moz-crisp-edges;
|
||||
image-rendering: crisp-edges;
|
||||
flex-grow: 1;
|
||||
image-rendering: pixelated;
|
||||
image-rendering: -moz-crisp-edges;
|
||||
image-rendering: crisp-edges;
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
.counter {
|
||||
flex-flow: row nowrap;
|
||||
align-items: end;
|
||||
font-size: 1.5rem;
|
||||
font-weight: bold;
|
||||
flex-flow: row nowrap;
|
||||
align-items: end;
|
||||
font-size: 1.5rem;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.workers {
|
||||
flex-flow: row wrap;
|
||||
gap: 2rem;
|
||||
flex-flow: row wrap;
|
||||
gap: 2rem;
|
||||
}
|
||||
|
||||
.workers>* {
|
||||
gap: 0.5rem;
|
||||
border: 1px solid var(--fg);
|
||||
.workers > * {
|
||||
gap: 0.5rem;
|
||||
border: 1px solid var(--fg);
|
||||
}
|
||||
|
||||
.log>p {
|
||||
padding: 0.25rem 0;
|
||||
user-select: text;
|
||||
.log > p {
|
||||
padding: 0.25rem 0;
|
||||
user-select: text;
|
||||
}
|
||||
|
||||
.log>p:hover {
|
||||
background: var(--cl-hl);
|
||||
.log > p:hover {
|
||||
background: var(--cl-hl);
|
||||
}
|
||||
|
||||
nav> :first-child {
|
||||
font-size: 2rem;
|
||||
font-weight: bold;
|
||||
nav > :first-child {
|
||||
font-size: 2rem;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.short-button {
|
||||
align-self: start;
|
||||
align-self: start;
|
||||
}
|
||||
|
||||
.button-list {
|
||||
flex-direction: row;
|
||||
}
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
.stats {
|
||||
flex-flow: row wrap;
|
||||
gap: 2rem;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue