1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-13 05:53:06 +01:00

some css tweaks for xdr

This commit is contained in:
wellenvogel
2021-11-21 22:00:45 +01:00
parent bed9ec32cc
commit 84a3faa51b

View File

@@ -64,7 +64,6 @@ body{
flex-direction: row;
flex-wrap: wrap;
align-items: center;
min-width: 21em;
}
input,select {
border: 1px solid #808080a1;
@@ -105,14 +104,13 @@ body{
#xdrPage .value{
width: 24em;
}
#xdrPage .row{
min-width: 24em;
}
.xdrline {
padding-top: 0.2em;
padding-bottom: 0.2em;
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
.xdrunused{
opacity: 0;