chore: move loader class
This commit is contained in:
parent
131022da42
commit
ac78e85e17
@ -52,7 +52,7 @@
|
|||||||
<ProjectsNavigationWrapper/>
|
<ProjectsNavigationWrapper/>
|
||||||
|
|
||||||
<template #fallback>
|
<template #fallback>
|
||||||
<Loading/>
|
<Loading class="navigation-loader"/>
|
||||||
</template>
|
</template>
|
||||||
</Suspense>
|
</Suspense>
|
||||||
|
|
||||||
@ -133,7 +133,7 @@ const menuActive = computed(() => baseStore.menuActive)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.loader-container {
|
.navigation-loader {
|
||||||
min-width: 100%;
|
min-width: 100%;
|
||||||
height: 150px;
|
height: 150px;
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
export default {
|
export default {
|
||||||
inheritAttrs: false,
|
inheritAttrs: true,
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user