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

restructure boat data display handling, allow for more flexible user formatters

This commit is contained in:
andreas
2024-10-13 16:10:03 +02:00
parent e982389c75
commit 9c979657bf
4 changed files with 290 additions and 131 deletions

View File

@@ -22,7 +22,7 @@ body {
overflow: hidden;
}
.tabPage{
#tabPages{
overflow: auto;
}
@@ -120,6 +120,9 @@ body {
.hidden{
display: none !important;
}
.dash.invalid{
display: none;
}
#xdrPage .row>.label{
display: none;
}