Change spinner to something a little nicer.

This commit is contained in:
cryptofyre 2022-01-09 10:15:33 -06:00
parent 905173fd0e
commit 4a9ddd0f3a
3 changed files with 9 additions and 3 deletions

View file

@ -654,12 +654,12 @@ input[type=range].web-slider::-webkit-slider-runnable-track {
}
.spinner {
background-image: url("assets/spinner.gif");
background-image: url("assets/spinner.svg");
background-position: center;
background-repeat: no-repeat;
background-size: contain;
width: 32px;
height: 32px;
width: 50px;
height: 50px;
display: inline-block;
}