added server styling settings

This commit is contained in:
zipben 2025-06-05 10:34:06 +00:00
parent 76ea038f5a
commit 32ab726fe9
11 changed files with 466 additions and 3 deletions

View file

@ -1,5 +1,6 @@
<template>
<div class="text-white max-h-screen h-screen overflow-hidden bg-bg">
<app-global-styling />
<app-appbar />
<app-side-rail v-if="isShowingSideRail" class="hidden md:block" />
@ -27,7 +28,12 @@
</template>
<script>
import AppGlobalStyling from '~/components/app/GlobalStyling.vue'
export default {
components: {
AppGlobalStyling
},
middleware: 'authenticated',
data() {
return {