BraydenMoore commited on
Commit
a02a34b
·
verified ·
1 Parent(s): 332475d

Update templates/index.html

Browse files
Files changed (1) hide show
  1. 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
- }, 100);
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