diaspora/app/assets/stylesheets/map.scss
2016-08-10 11:30:48 +02:00

21 lines
305 B
SCSS

.mapContainer {
position: relative;
overflow: hidden;
}
.stream_element .near-from:hover {
cursor: pointer;
text-decoration: underline;
}
.leaflet-control-zoom {
display: none;
}
.leaflet-bottom .leaflet-control {
margin-bottom: 0;
}
.leaflet-right .leaflet-control {
margin-right: 0;
}