Spaces:
Running
Running
Commit
·
a03bfa7
1
Parent(s):
493358e
Update templates/index.html
Browse files- 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 = "
|
199 |
-
feed.style.height = "
|
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 |
|