1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-15 23:13:07 +01:00

limit config keys to 15 characters, show sources and units

This commit is contained in:
andreas
2021-11-10 16:13:49 +01:00
parent dc39832483
commit 4c8d17ef40
5 changed files with 143 additions and 73 deletions

View File

@@ -197,5 +197,18 @@ body{
.dashValue{
font-size: 1.6em;
text-align: center;
flex: 1;
}
.footer {
display: flex;
flex-direction: row;
padding: 0.1em;
background-color: lightgray;
font-size: 0.7em;
}
.footer .unit{
}
.footer .source{
flex: 1;
}