sw-fe/src/styles/map.css

12 lines
336 B
CSS

.map-view { position: relative; width: 100%; height: 100%; }
.map-container, .maplibre-container { position: absolute; inset: 0; width: 100%; height: 100%; }
.map-status {
position: absolute;
left: 0.5rem;
bottom: 0.5rem;
font-size: 0.7rem;
padding: 0.2rem 0.4rem;
background: rgba(0, 0, 0, 0.6);
border-radius: 0.5rem;
}