Lazy loading (#41)

* lazy-loading and solved bugs

* lazy-loading for pull request on master

* Update vuefilemanager.php

Co-authored-by: Peter Papp <peterpapp@makingcg.com>
This commit is contained in:
Miloš Holba
2020-10-24 09:40:05 +02:00
committed by GitHub
parent 12d6b0bf57
commit fd6aa5c6b2
72 changed files with 166 additions and 131 deletions
+13
View File
@@ -226,6 +226,19 @@
@import '@assets/vue-file-manager/_auth-form';
@import '@assets/vue-file-manager/_auth';
#files-view {
font-family: 'Nunito', sans-serif;
font-size: 16px;
width: 100%;
height: 100%;
position: relative;
min-width: 320px;
overflow-x: hidden;
padding-left: 15px;
padding-right: 15px;
overflow-y: hidden;
}
#shared {
height: 100%;
}