modmapper-web/styles/Map.module.css
Tyler Hallada a2a2847894 Configure site to download timelapse images
Load cell edit JSON files from a localhost server and download each
day's image automatically after refreshing the heatmap grid.

This isn't something I want to actually deploy, but I wanted to commit
it to a branch so I have it saved if I ever want to make a different
timelapse in the future.
2023-11-18 02:04:28 -05:00

28 lines
508 B
CSS

.map-container {
position: absolute;
top: 0;
bottom: 0;
z-index: 2;
width: 4000px;
height: 4000px;
}
.map-wrapper {
position: relative;
height: 100%;
}
/* .map-wrapper-sidebar-open .map-container { */
/* width: calc(100% - 300px); */
/* left: 300px; */
/* } */
/**/
/* @media only screen and (max-width: 600px) { */
/* .map-wrapper-sidebar-open .map-container { */
/* height: calc(100% - 45%); */
/* width: 100%; */
/* left: 0; */
/* bottom: 45%; */
/* } */
/* } */