mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 07:43:09 +02:00
chore(client): tweak loading display
This commit is contained in:
parent
4373019b36
commit
e0dce77678
2 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,7 @@ const props = withDefaults(defineProps<{
|
||||||
text-align: center;
|
text-align: center;
|
||||||
cursor: wait;
|
cursor: wait;
|
||||||
|
|
||||||
--size: 40px;
|
--size: 38px;
|
||||||
|
|
||||||
&.colored {
|
&.colored {
|
||||||
color: var(--accent);
|
color: var(--accent);
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<component :is="currentPageComponent" :key="key" v-bind="Object.fromEntries(currentPageProps)"/>
|
<component :is="currentPageComponent" :key="key" v-bind="Object.fromEntries(currentPageProps)"/>
|
||||||
|
|
||||||
<template #fallback>
|
<template #fallback>
|
||||||
Loading...
|
<MkLoading/>
|
||||||
</template>
|
</template>
|
||||||
</Suspense>
|
</Suspense>
|
||||||
</KeepAlive>
|
</KeepAlive>
|
||||||
|
|
Loading…
Reference in a new issue