Spaces:
Running
Running
Commit
·
f687f1f
1
Parent(s):
4f299cc
Update templates/index.html
Browse files- templates/index.html +2 -0
templates/index.html
CHANGED
@@ -190,6 +190,8 @@
|
|
190 |
let currentFeed;
|
191 |
document.addEventListener("DOMContentLoaded", function() {
|
192 |
const feed = document.getElementById("feed");
|
|
|
|
|
193 |
feed.src = loadingGif;
|
194 |
feed.style.opacity = "0.5";
|
195 |
|
|
|
190 |
let currentFeed;
|
191 |
document.addEventListener("DOMContentLoaded", function() {
|
192 |
const feed = document.getElementById("feed");
|
193 |
+
feed.style.width = "700px";
|
194 |
+
feed.style.height = "500px";
|
195 |
feed.src = loadingGif;
|
196 |
feed.style.opacity = "0.5";
|
197 |
|