mqtt-control-map/css/styles.css

25 lines
358 B
CSS

#content {
height: 100%;
height: 100vh;
}
.leaflet-container {
height: calc(100vh - 64px);
max-height: 100%;
}
body {
margin: 0;
}
#drawer_uiComponents {
margin: 10px;
}
body .leaflet-div-icon {
border: 0;
background: transparent;
}
.leaflet-marker-icon .mdi {
line-height: 1;
}
#drawer_uiComponents .mdi {
width: auto;
height: auto;
}