eruda-geolocation / src /style.scss
soiz1's picture
Upload folder using huggingface_hub
d4648ea verified
raw
history blame contribute delete
370 Bytes
.geolocation {
position: relative;
.map {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.info {
position: absolute;
bottom: 0;
left: 0;
background: var(--darker-background);
padding: 10px;
color: var(--foreground);
width: 100%;
border-top: 1px solid var(--border);
z-index: 1000;
}
}