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-08 15:21:16 -0400 |
| commit | 9e255c7a19da5e4249f1c069e3dcabfa42fc5db1 (patch) | |
| tree | 6d085374edc508a316d7de6a20d1a849c5adbfad /static | |
| parent | fc9d3f4dfea54fb8cad3dda316295a25a2e08056 (diff) | |
Add server controls to dashboard, update styling
Diffstat (limited to 'static')
| -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; +} |
