mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-05-29 15:44:41 +00:00
- frontend build
- fixes
This commit is contained in:
@@ -117,7 +117,7 @@
|
||||
|
||||
.info-list-item {
|
||||
display: flex;
|
||||
align-items: start;
|
||||
align-items: flex-start;
|
||||
margin-bottom: 40px;
|
||||
|
||||
&:last-child {
|
||||
@@ -241,7 +241,7 @@
|
||||
|
||||
.info-list-item {
|
||||
display: flex;
|
||||
align-items: start;
|
||||
align-items: flex-start;
|
||||
margin-bottom: 40px;
|
||||
|
||||
.description {
|
||||
|
||||
Vendored
+1
-1
@@ -779,7 +779,7 @@ const routesOthers = [
|
||||
name: 'NotFound',
|
||||
path: '*',
|
||||
component: () =>
|
||||
import(/* webpackChunkName: "chunks/not-found-shared" */ './views/Shared/NotFoundShared'),
|
||||
import(/* webpackChunkName: "chunks/not-found-shared" */ './views/NotFound'),
|
||||
meta: {
|
||||
requiresAuth: false
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user