Skip to content

Commit dab29d4

Browse files
nooblagandersk
authored andcommitted
renderer: Improve GIF loading spinner with new SVG.
1 parent 7fba8cf commit dab29d4

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

app/renderer/css/main.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,9 @@ body {
290290
content: "";
291291
position: absolute;
292292
z-index: 1;
293-
background: rgb(255 255 255 / 100%) url("../img/ic_loading.gif") no-repeat;
293+
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;
294296
background-size: 60px 60px;
295297
background-position: center;
296298
width: 100%;

app/renderer/img/ic_loading.gif

-21.8 KB
Binary file not shown.

app/renderer/img/ic_loading.svg

Lines changed: 8 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)