mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-21 17:37:29 -07:00
revert 076119bb96
Some checks are pending
/ test-build (push) Waiting to run
Some checks are pending
/ test-build (push) Waiting to run
revert Replace spinner with loader
This commit is contained in:
parent
07798029a5
commit
1c1f7d61ad
1 changed files with 10 additions and 3 deletions
|
@ -74,7 +74,14 @@ html
|
||||||
block randomMOTD
|
block randomMOTD
|
||||||
= randomMOTD
|
= randomMOTD
|
||||||
div#splashSpinner
|
div#splashSpinner
|
||||||
<template>
|
<svg class="spinner bg" viewBox="0 0 152 152" xmlns="http://www.w3.org/2000/svg">
|
||||||
<MkLoading />
|
<g transform="matrix(1,0,0,1,12,12)">
|
||||||
</template>
|
<circle cx="64" cy="64" r="64" style="fill:none;stroke:currentColor;stroke-width:24px;"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
<svg class="spinner fg" viewBox="0 0 152 152" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<g transform="matrix(1,0,0,1,12,12)">
|
||||||
|
<path d="M128,64C128,28.654 99.346,0 64,0C99.346,0 128,28.654 128,64Z" style="fill:none;stroke:currentColor;stroke-width:24px;"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
block content
|
block content
|
||||||
|
|
Loading…
Reference in a new issue