в процессе, нет аккордиона, нет графика
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user