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