diff --git a/static/style/style.css b/static/style/style.css index 773cca8..7a19239 100644 --- a/static/style/style.css +++ b/static/style/style.css @@ -10,6 +10,7 @@ body { padding: 0.5rem; gap: 0.5rem; + overflow-y: auto; } .counter-image { @@ -30,21 +31,21 @@ body { flex-flow: row wrap; } -.workers > * { +.workers>* { gap: 0.5rem; border: 1px solid var(--fg); } -.log > p { +.log>p { padding: 0.25rem 0; user-select: text; } -.log > p:hover { +.log>p:hover { background: var(--cl-hl); } -nav > :first-child { +nav> :first-child { font-size: 2rem; font-weight: bold; -} +} \ No newline at end of file