mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-10 03:11:34 +00:00
added server styling settings
This commit is contained in:
parent
76ea038f5a
commit
32ab726fe9
11 changed files with 466 additions and 3 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue