Spaces:
Running
Running
Update templates/index.html
Browse files- templates/index.html +2 -2
templates/index.html
CHANGED
@@ -370,8 +370,8 @@
|
|
370 |
|
371 |
setTimeout(() => {
|
372 |
locationName.textContent = "{{ name|safe }}";
|
373 |
-
feed.style.width =
|
374 |
-
feed.style.height =
|
375 |
feed.style.opacity = "1";
|
376 |
infoDiv.style.height = "100%";
|
377 |
infoText.style.opacity = "1";
|
|
|
370 |
|
371 |
setTimeout(() => {
|
372 |
locationName.textContent = "{{ name|safe }}";
|
373 |
+
feed.style.width = "100%";
|
374 |
+
feed.style.height = "70%";
|
375 |
feed.style.opacity = "1";
|
376 |
infoDiv.style.height = "100%";
|
377 |
infoText.style.opacity = "1";
|