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

cleanup and document structure handling

This commit is contained in:
andreas
2023-10-07 12:25:04 +02:00
parent 82c98eec15
commit c057271e37
3 changed files with 132 additions and 79 deletions

View File

@@ -113,10 +113,7 @@
margin-right: 0.5em;
z-index: unset;
}
.configui .selector {
padding-bottom: 0.5em;
border-bottom: 1px solid grey;
}
.configui .selector .title {
font-weight: bold;
}
@@ -133,10 +130,15 @@
padding-bottom: 0;
border-bottom: unset;
}
.configui .selector.tdropdown {
padding-bottom: unset;
border-bottom: unset;
.configui .childFrame {
border-top: 1px solid grey;
margin-top: 0.3em;
}
.configui .tframe>.childFrame {
border-top: unset;
margin-top: 0.3em;
}
.configui .selector.tdropdown {
display: flex;
flex-direction: row;