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

intermediate: cibuild for nodemcu

This commit is contained in:
andreas
2023-10-06 21:36:20 +02:00
parent 10058cfeec
commit 82c98eec15
4 changed files with 109 additions and 14 deletions

View File

@@ -129,6 +129,23 @@
.configui .selector.level4 {
margin-left: 1.5em;
}
.configui .selector.tframe {
padding-bottom: 0;
border-bottom: unset;
}
.configui .selector.tdropdown {
padding-bottom: unset;
border-bottom: unset;
}
.configui .selector.tdropdown {
display: flex;
flex-direction: row;
align-items: center;
}
.configui .title.tdropdown {
width: 10em;
font-weight: normal !important;
}
.configui form#upload {
width: 0;
height: 0;