Modification de l'éditeur de contenu

This commit is contained in:
PascalMarchesseault
2024-12-01 11:36:58 -05:00
parent 25ffbbfe56
commit 212484913e
3 changed files with 316 additions and 173 deletions

View File

@@ -7,7 +7,7 @@
<div :class="['w-full', sideBarStore.sidebarWidth]">
<div v-if="!brandingStore.loading"
class="min-h-screen justify-center items-center py-10"
class="min-h-screen justify-center items-center"
:style="{ backgroundColor: brandingStore.colors.background }">
<router-view class="p-2"></router-view>
</div>