Load all spherical photos + UI
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user