Spaces:
Running
Running
Commit
·
61116de
1
Parent(s):
66c0bd1
Update templates/index.html
Browse files- templates/index.html +2 -2
templates/index.html
CHANGED
@@ -196,10 +196,10 @@
|
|
196 |
let currentFeed;
|
197 |
document.addEventListener("DOMContentLoaded", function() {
|
198 |
const feed = document.getElementById("feed");
|
199 |
-
feed.style.width = "
|
200 |
feed.style.height = "100px";
|
201 |
feed.src = loadingGif;
|
202 |
-
feed.style.opacity = "0.
|
203 |
|
204 |
const infoText = document.getElementById("info-text");
|
205 |
infoText.style.opacity = "0";
|
|
|
196 |
let currentFeed;
|
197 |
document.addEventListener("DOMContentLoaded", function() {
|
198 |
const feed = document.getElementById("feed");
|
199 |
+
feed.style.width = "160px";
|
200 |
feed.style.height = "100px";
|
201 |
feed.src = loadingGif;
|
202 |
+
feed.style.opacity = "0.2";
|
203 |
|
204 |
const infoText = document.getElementById("info-text");
|
205 |
infoText.style.opacity = "0";
|