chore: move loader class
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
kolaente 2023-04-01 11:20:28 +02:00
parent 08e2a44b20
commit 9fd6ea2f4d
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
2 changed files with 3 additions and 3 deletions

View File

@ -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;

View File

@ -4,7 +4,7 @@
<script lang="ts">
export default {
inheritAttrs: false,
inheritAttrs: true,
}
</script>