Spaces:
Running
Running
Commit
·
e012afc
1
Parent(s):
f60dc7b
Update templates/index.html
Browse files- templates/index.html +1 -1
templates/index.html
CHANGED
@@ -202,7 +202,7 @@
|
|
202 |
feed.style.width = "80px";
|
203 |
feed.style.height = "50px";
|
204 |
feed.src = loadingGif;
|
205 |
-
feed.style.opacity = "0.
|
206 |
|
207 |
const infoText = document.getElementById("info-text");
|
208 |
infoText.style.opacity = "0";
|
|
|
202 |
feed.style.width = "80px";
|
203 |
feed.style.height = "50px";
|
204 |
feed.src = loadingGif;
|
205 |
+
feed.style.opacity = "0.2";
|
206 |
|
207 |
const infoText = document.getElementById("info-text");
|
208 |
infoText.style.opacity = "0";
|