mirror of
https://github.com/lumapu/ahoy.git
synced 2025-07-23 19:27:13 +02:00
Fix in live view, larger boxes in CSS, SPI-Speed define
Fixed missing HM800 in liveView Larger boxes in CSS Introduced SPI speed define for reduced speed (1MHz) for increased stability
This commit is contained in:
parent
2abd388726
commit
59b6addccf
4 changed files with 9 additions and 5 deletions
|
@ -92,7 +92,7 @@ a.erase {
|
|||
div.content {
|
||||
background-color: #fff;
|
||||
padding-bottom: 65px;
|
||||
overflow: hidden;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
input, select {
|
||||
|
@ -142,15 +142,17 @@ div.ch-iv {
|
|||
display: inline-block;
|
||||
margin-bottom: 20px;
|
||||
padding-bottom: 20px;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
div.ch {
|
||||
width: 250px;
|
||||
height: 410px;
|
||||
height: 550px;
|
||||
background-color: #006ec0;
|
||||
display: inline-block;
|
||||
margin-right: 20px;
|
||||
margin-bottom: 20px;
|
||||
overflow: auto;
|
||||
}
|
||||
div.ch .value, div.ch .info, div.ch .head, div.ch-iv .value, div.ch-iv .info, div.ch-iv .head {
|
||||
color: #fff;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue