Skip to content

Commit

Permalink
renderer: Improve GIF loading spinner with new SVG.
Browse files Browse the repository at this point in the history
  • Loading branch information
nooblag authored and andersk committed Sep 14, 2023
1 parent 7fba8cf commit 76cc2c0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/renderer/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,8 @@ body {
content: "";
position: absolute;
z-index: 1;
background: rgb(255 255 255 / 100%) url("../img/ic_loading.gif") no-repeat;
/* Spinner is released under loading.io free License: https://loading.io/license/#free-license */
background: rgb(255 255 255 / 100%) url("../img/ic_loading.svg") no-repeat;
background-size: 60px 60px;
background-position: center;
width: 100%;
Expand Down
Binary file removed app/renderer/img/ic_loading.gif
Binary file not shown.
8 changes: 8 additions & 0 deletions app/renderer/img/ic_loading.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 76cc2c0

Please sign in to comment.