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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user