diff --git a/cmd/server/web/css/style.css b/cmd/server/web/css/style.css index 38a9a58..5b75ba1 100644 --- a/cmd/server/web/css/style.css +++ b/cmd/server/web/css/style.css @@ -209,11 +209,13 @@ h1 { .accordion-body { max-height: 520px; overflow: hidden; - transition: max-height 0.3s ease; + transition: max-height 0.3s ease, padding 0.3s ease; + padding: 0; } .accordion-body.collapsed { max-height: 0; + padding: 0; } .progress-with-signal { @@ -269,4 +271,15 @@ h1 { font-size: 18px; font-weight: bold; color: #00ff88; +} + +#signalChart { + width: 100%; + background: #050805; + border: 1px solid #00ff88; + border-radius: 8px; +} + +#history { + margin: 0; } \ No newline at end of file diff --git a/cmd/server/web/dashboard.html b/cmd/server/web/dashboard.html index f0a566e..eb9db6b 100644 --- a/cmd/server/web/dashboard.html +++ b/cmd/server/web/dashboard.html @@ -59,10 +59,14 @@
+