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 @@ + +