From 650175913e8477809957b19636353b073693f654 Mon Sep 17 00:00:00 2001 From: Aaron Date: Sat, 13 Dec 2025 11:41:13 -0500 Subject: [PATCH] Move diagnostics log to modal; add header Log button --- pikit-web/assets/diaglog.css | 4 ++++ pikit-web/assets/style.css | 4 ++++ pikit-web/index.html | 35 ++++++++++++++++++++++++++++------- 3 files changed, 36 insertions(+), 7 deletions(-) create mode 100644 pikit-web/assets/diaglog.css diff --git a/pikit-web/assets/diaglog.css b/pikit-web/assets/diaglog.css new file mode 100644 index 0000000..d77fd3a --- /dev/null +++ b/pikit-web/assets/diaglog.css @@ -0,0 +1,4 @@ +.diag-log-modal .log-box { + max-height: 60vh; + min-height: 300px; +} diff --git a/pikit-web/assets/style.css b/pikit-web/assets/style.css index 3c84c91..2c40b38 100644 --- a/pikit-web/assets/style.css +++ b/pikit-web/assets/style.css @@ -422,6 +422,10 @@ body { min-height: 220px; overflow-y: auto; } +#diagModal pre.log-box { + max-height: 60vh; + min-height: 300px; +} #releaseProgress { display: none; } diff --git a/pikit-web/index.html b/pikit-web/index.html index 7a4dfd9..0a9d8cf 100644 --- a/pikit-web/index.html +++ b/pikit-web/index.html @@ -33,6 +33,9 @@ > + @@ -102,6 +105,29 @@ + +