Spaces:
Running
Running
Commit
·
b27607f
1
Parent(s):
a1a7e5b
Update templates/index.html
Browse files- templates/index.html +1 -1
templates/index.html
CHANGED
@@ -271,7 +271,7 @@
|
|
271 |
feed.style.width = "80px";
|
272 |
feed.style.height = "50px";
|
273 |
feed.src = loadingGif;
|
274 |
-
feed.style.opacity = "0.
|
275 |
|
276 |
const infoDiv = document.getElementById("info");
|
277 |
const infoText = document.getElementById("info-text");
|
|
|
271 |
feed.style.width = "80px";
|
272 |
feed.style.height = "50px";
|
273 |
feed.src = loadingGif;
|
274 |
+
feed.style.opacity = "0.15";
|
275 |
|
276 |
const infoDiv = document.getElementById("info");
|
277 |
const infoText = document.getElementById("info-text");
|