Spaces:
Running
Running
Update templates/index.html
Browse files- templates/index.html +2 -1
templates/index.html
CHANGED
@@ -321,6 +321,7 @@
|
|
321 |
const infoDiv = document.getElementById("info");
|
322 |
const infoText = document.getElementById("info-text");
|
323 |
infoText.style.opacity = "0%";
|
|
|
324 |
|
325 |
const countryElement = document.getElementById("country");
|
326 |
|
@@ -367,7 +368,7 @@
|
|
367 |
feed.style.height = "70%";
|
368 |
feed.style.opacity = "1";
|
369 |
infoDiv.style.height = "100%";
|
370 |
-
},
|
371 |
const infoText = document.getElementById("info-text");
|
372 |
infoText.style.opacity = "1";
|
373 |
|
|
|
321 |
const infoDiv = document.getElementById("info");
|
322 |
const infoText = document.getElementById("info-text");
|
323 |
infoText.style.opacity = "0%";
|
324 |
+
infoText.style.height = "0%";
|
325 |
|
326 |
const countryElement = document.getElementById("country");
|
327 |
|
|
|
368 |
feed.style.height = "70%";
|
369 |
feed.style.opacity = "1";
|
370 |
infoDiv.style.height = "100%";
|
371 |
+
}, 300);
|
372 |
const infoText = document.getElementById("info-text");
|
373 |
infoText.style.opacity = "1";
|
374 |
|