refactoring

This commit is contained in:
Čarodej
2021-11-23 10:39:44 +01:00
parent 884c36a5a3
commit c5aadd3c6e
5 changed files with 47 additions and 13 deletions

View File

@@ -1,5 +1,5 @@
<template>
<div class="sm:flex md:h-screen md:overflow-hidden">
<div class="sm:flex md:h-screen md:overflow-hidden" style="background: rgba(244, 245, 246, 0.6)">
<!--On Top of App Components-->
<FilePreview />
<Spotlight />
@@ -87,7 +87,7 @@
</ContentGroup>
</ContentSidebar>
<router-view class="lg:pl-0 pl-6 pr-6 w-full overflow-x-hidden relative lg:pt-6 pt-4" style="background: rgba(244, 245, 246, 0.6)" />
<router-view class="lg:pl-0 pl-6 pr-6 w-full overflow-x-hidden relative lg:pt-6 pt-4" />
</div>
</template>