mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 08:12:15 +00:00
file view refactoring
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div id="vuefilemanager" @click="unClick" v-cloak>
|
||||
<div @click="unClick" v-cloak>
|
||||
|
||||
<!--UI components-->
|
||||
<Alert />
|
||||
@@ -154,21 +154,6 @@ export default {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
#vuefilemanager {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
overflow-y: auto;
|
||||
scroll-behavior: smooth;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 690px) {
|
||||
|
||||
.is-scaled-down {
|
||||
@include transform(scale(0.95));
|
||||
}
|
||||
}
|
||||
|
||||
// Dark mode support
|
||||
.dark {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user