diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2022-05-19 17:21:08 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2022-05-19 17:21:08 +0900 |
| commit | 65b048bb70dc986870a7fc72446ff52fd3f5a32f (patch) | |
| tree | 3d89cfc1adc85bce4f01ad92a8a2066c5fe2cd06 /packages/client/src | |
| parent | chore(client): tweak loading spinner design (diff) | |
| download | sharkey-65b048bb70dc986870a7fc72446ff52fd3f5a32f.tar.gz sharkey-65b048bb70dc986870a7fc72446ff52fd3f5a32f.tar.bz2 sharkey-65b048bb70dc986870a7fc72446ff52fd3f5a32f.zip | |
chore(client): tweak loading spinner design
Diffstat (limited to 'packages/client/src')
| -rw-r--r-- | packages/client/src/components/global/loading.vue | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/packages/client/src/components/global/loading.vue b/packages/client/src/components/global/loading.vue index 933c5e5881..fa2ce1800c 100644 --- a/packages/client/src/components/global/loading.vue +++ b/packages/client/src/components/global/loading.vue @@ -1,14 +1,14 @@ <template> <div class="yxspomdl" :class="{ inline, colored, mini }"> <div class="container"> - <svg class="spinner bg" viewBox="0 0 152 152" xmlns="http://www.w3.org/2000/svg"> - <g transform="matrix(1,0,0,1,12,12)"> - <circle cx="64" cy="64" r="64" style="fill:none;stroke:currentColor;stroke-width:24px;"/> + <svg class="spinner bg" viewBox="0 0 168 168" xmlns="http://www.w3.org/2000/svg"> + <g transform="matrix(1.125,0,0,1.125,12,12)"> + <circle cx="64" cy="64" r="64" style="fill:none;stroke:currentColor;stroke-width:21.33px;"/> </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;"/> + <svg class="spinner fg" 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> </div> |