mirror of
https://github.com/lumapu/ahoy.git
synced 2025-08-01 07:28:20 +02:00
* fixed #41 HM800 Yield total and Yield day were mixed around. Found issue while comparing to Python version
* fixed #43 HM350 channel 2 is displayed in Live-View * added #42 YieldTotal and YieldTotal Day for HM600 - HM800 inverters
This commit is contained in:
parent
5acce759e0
commit
a35cb414a8
5 changed files with 24 additions and 7 deletions
|
@ -188,3 +188,18 @@ div.ch:last-child {
|
|||
width: 100%;
|
||||
border-top: 1px solid #bbb;
|
||||
}
|
||||
|
||||
@media(max-width: 500px) {
|
||||
div.ch .unit, div.ch-iv .unit {
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
div.ch {
|
||||
width: 170px;
|
||||
min-height: 100px;
|
||||
}
|
||||
|
||||
.subgrp {
|
||||
width: 180px;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue