From 0f28b1981fc386f6171ae14939a1b7aca86640ba Mon Sep 17 00:00:00 2001 From: JP Appel Date: Sat, 5 Oct 2024 13:40:12 -0400 Subject: Add server controls to dashboard, update styling --- static/styles.css | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'static/styles.css') diff --git a/static/styles.css b/static/styles.css index 497cf2c..51dd3fe 100644 --- a/static/styles.css +++ b/static/styles.css @@ -4,7 +4,17 @@ main { flex-direction: column; } -section.server-status { +section.dashboard-item { padding: 0 1em 0.75em; border: 0.25em solid black; } + +section.server-logs div.logs-viewer { + width: 100%; + display: flex; + flex-direction: column; +} + +#logs-viewer-area { + resize: none; +} -- cgit v1.2.3