We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f3d223a + 6406840 commit 2620e89Copy full SHA for 2620e89
adminforth/spa/src/views/SettingsView.vue
@@ -1,5 +1,5 @@
1
<template>
2
- <div class="mt-16 h-full w-full" :class="{ 'hidden': initialTabSet === false }">
+ <div class="mt-20 h-full w-full" :class="{ 'hidden': initialTabSet === false }">
3
<div v-if="!coreStore?.config?.settingPages || coreStore?.config?.settingPages.length === 0">
4
<p>No setting pages configured or still loading...</p>
5
</div>
0 commit comments