mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-12 13:07:33 -07:00
parent
364cf34219
commit
07798029a5
1 changed files with 3 additions and 10 deletions
|
@ -74,14 +74,7 @@ html
|
||||||
block randomMOTD
|
block randomMOTD
|
||||||
= randomMOTD
|
= randomMOTD
|
||||||
div#splashSpinner
|
div#splashSpinner
|
||||||
<svg :class="[$style.spinner, $style.bg]" viewBox="0 0 168 168" xmlns="http://www.w3.org/2000/svg">
|
<template>
|
||||||
<g transform="matrix(1.125,0,0,1.125,12,12)">
|
<MkLoading />
|
||||||
<circle cx="64" cy="64" r="64" style="fill:none;stroke:currentColor;stroke-width:21.33px;"/>
|
</template>
|
||||||
</g>
|
|
||||||
</svg>
|
|
||||||
<svg :class="[$style.spinner, $style.fg, { [$style.static]: static }]" viewBox="0 0 168 168" xmlns="http://www.w3.org/2000/svg">
|
|
||||||
<g transform="matrix(1.125,0,0,1.125,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:21.33px;"/>
|
|
||||||
</g>
|
|
||||||
</svg>
|
|
||||||
block content
|
block content
|
||||||
|
|
Loading…
Reference in a new issue