morffix/static/style/style.css
speatzle f401127127
All checks were successful
/ release (push) Successful in 29s
fix css
2024-10-08 15:07:15 +02:00

67 lines
946 B
CSS

@import url("mlfe.css");
@import url("color.css");
@import url("component.css");
:root {
font-family: monospace;
font-size: 12px;
overflow-y: auto;
}
body {
padding: 0.5rem;
gap: 0.5rem;
}
.counter-image {
image-rendering: pixelated;
image-rendering: -moz-crisp-edges;
image-rendering: crisp-edges;
flex-grow: 1;
max-height: 50vh;
max-width: 22.5vh;
}
.counter {
flex-flow: row nowrap;
align-items: end;
font-size: 1.5rem;
font-weight: bold;
}
.workers {
flex-flow: row wrap;
gap: 2rem;
}
.workers > * {
gap: 0.5rem;
border: 1px solid var(--fg);
}
.log > p {
padding: 0.25rem 0;
user-select: text;
}
.log > p:hover {
background: var(--cl-hl);
}
nav > :first-child {
font-size: 2rem;
font-weight: bold;
}
.short-button {
align-self: start;
}
.button-list {
flex-direction: row;
}
.stats {
flex-flow: row wrap;
gap: 2rem;
}