Load all spherical photos + UI

This commit is contained in:
2024-11-24 21:52:12 +01:00
parent 760fb3e960
commit bda52fc665
3 changed files with 12 additions and 3 deletions

View File

@@ -20,6 +20,9 @@ a {
a:visited {
color: var(--links-color);
}
.main.columns {
height: 95vh;
}
.main.credits {
width: 60vw;
margin: 0 auto;
@@ -138,7 +141,8 @@ a:visited {
}
/* Leaflef map container */
#map {
height: calc(100vh - 107px);
/*height: calc(100vh - 107px);*/
height: 100%;
}
#map-progress {