mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-23 17:50:38 +00:00
UI Fixes part II.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div class="md:h-screen md:overflow-hidden lg:flex">
|
||||
<div class="md:h-screen md:overflow-hidden lg:flex w-full">
|
||||
<!--On Top of App Components-->
|
||||
<FilePreview />
|
||||
<Spotlight />
|
||||
@@ -24,8 +24,6 @@
|
||||
<ChangeSubscriptionPopup v-if="config.subscriptionType === 'fixed'" />
|
||||
<ChargePaymentPopup v-if="config.subscriptionType === 'metered'" />
|
||||
|
||||
<SidebarNavigation />
|
||||
|
||||
<!--Navigations-->
|
||||
<MobileNavigation />
|
||||
|
||||
@@ -85,7 +83,6 @@ import TwoFactorRecoveryCodesPopup from '../components/Others/TwoFactorRecoveryC
|
||||
import CreatePersonalTokenPopup from '../components/Others/CreatePersonalTokenPopup'
|
||||
import TwoFactorQrSetupPopup from '../components/Others/TwoFactorQrSetupPopup'
|
||||
import AvatarInput from '../components/Others/Forms/AvatarInput'
|
||||
import SidebarNavigation from '../components/Sidebar/SidebarNavigation'
|
||||
import ColorLabel from '../components/Others/ColorLabel'
|
||||
import Spinner from '../components/FilesView/Spinner'
|
||||
import { mapGetters } from 'vuex'
|
||||
@@ -114,7 +111,6 @@ export default {
|
||||
TwoFactorRecoveryCodesPopup,
|
||||
CreatePersonalTokenPopup,
|
||||
TwoFactorQrSetupPopup,
|
||||
SidebarNavigation,
|
||||
AvatarInput,
|
||||
ColorLabel,
|
||||
Spinner,
|
||||
|
||||
Reference in New Issue
Block a user