в процессе, нет аккордиона, нет графика

This commit is contained in:
Tot Maxim
2026-05-07 23:12:21 +03:00
parent 9c28b9501d
commit 0bdab22a34
9 changed files with 287 additions and 167 deletions

View File

@@ -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;
}