We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fba8cf commit dab29d4Copy full SHA for dab29d4
app/renderer/css/main.css
@@ -290,7 +290,9 @@ body {
290
content: "";
291
position: absolute;
292
z-index: 1;
293
- background: rgb(255 255 255 / 100%) url("../img/ic_loading.gif") no-repeat;
+
294
+ /* Spinner is released under loading.io free License: https://loading.io/license/#free-license */
295
+ background: rgb(255 255 255 / 100%) url("../img/ic_loading.svg") no-repeat;
296
background-size: 60px 60px;
297
background-position: center;
298
width: 100%;
app/renderer/img/ic_loading.gif
-21.8 KB
app/renderer/img/ic_loading.svg
0 commit comments