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