mqtt-control-map/css/styles.css
2017-11-07 06:55:48 +01:00

25 lines
357 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;
}