BraydenMoore commited on
Commit
a03bfa7
·
1 Parent(s): 493358e

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +2 -2
templates/index.html CHANGED
@@ -195,8 +195,8 @@
195
  let currentFeed;
196
  document.addEventListener("DOMContentLoaded", function() {
197
  const feed = document.getElementById("feed");
198
- feed.style.width = "700px";
199
- feed.style.height = "500px";
200
  feed.src = loadingGif;
201
  feed.style.opacity = "0.5";
202
 
 
195
  let currentFeed;
196
  document.addEventListener("DOMContentLoaded", function() {
197
  const feed = document.getElementById("feed");
198
+ feed.style.width = "200px";
199
+ feed.style.height = "100px";
200
  feed.src = loadingGif;
201
  feed.style.opacity = "0.5";
202