mqtt-control-map/css/styles.css
2017-11-07 20:33:07 +01:00

22 lines
310 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;
}
#drawer_uiComponents .mdi {
width: auto;
height: auto;
}