Spaces:
Running
Running
Commit
·
cccdf12
1
Parent(s):
e03bd90
Update templates/index.html
Browse files- 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 = "
|
203 |
-
feed.style.height = "
|
204 |
feed.src = loadingGif;
|
205 |
-
feed.style.opacity = "0.
|
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";
|