diff options
| author | JP Appel <jeanpierre.appel01@gmail.com> | 2024-10-05 13:40:12 -0400 |
|---|---|---|
| committer | JP Appel <jeanpierre.appel01@gmail.com> | 2024-10-05 13:40:12 -0400 |
| commit | 0f28b1981fc386f6171ae14939a1b7aca86640ba (patch) | |
| tree | 1c3109c972b904ff71565ffa953a62746cf503a3 /static/styles.css | |
| parent | 50df0f7b61462a6bfad9e74f7c7917c6b19d4b92 (diff) | |
Add server controls to dashboard, update styling
Diffstat (limited to 'static/styles.css')
| -rw-r--r-- | static/styles.css | 12 |
1 files changed, 11 insertions, 1 deletions
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; +} |
