BraydenMoore commited on
Commit
cccdf12
1 Parent(s): e03bd90

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +3 -3
templates/index.html CHANGED
@@ -199,10 +199,10 @@
199
  let currentFeed;
200
  document.addEventListener("DOMContentLoaded", function() {
201
  const feed = document.getElementById("feed");
202
- feed.style.width = "160px";
203
- feed.style.height = "100px";
204
  feed.src = loadingGif;
205
- feed.style.opacity = "0.2";
206
 
207
  const infoText = document.getElementById("info-text");
208
  infoText.style.opacity = "0";
 
199
  let currentFeed;
200
  document.addEventListener("DOMContentLoaded", function() {
201
  const feed = document.getElementById("feed");
202
+ feed.style.width = "80px";
203
+ feed.style.height = "50px";
204
  feed.src = loadingGif;
205
+ feed.style.opacity = "0.1";
206
 
207
  const infoText = document.getElementById("info-text");
208
  infoText.style.opacity = "0";