user management v1.6-alpha.1

This commit is contained in:
carodej
2020-05-27 10:22:33 +02:00
parent 143aca64dc
commit a76d1dec3b
54 changed files with 3489 additions and 535 deletions

View File

@@ -7,7 +7,7 @@
</div>
<!--Folder Title-->
<div class="location-name">{{ $router.currentRoute.meta.title }}</div>
<div class="location-name">{{ title }}</div>
<!--More Actions-->
<div @click="showMobileNavigation" class="mobile-menu">
@@ -26,6 +26,9 @@
export default {
name: 'MenuBar',
props: [
'title'
],
components: {
ChevronLeftIcon,
MenuIcon,
@@ -46,7 +49,7 @@
@import '@assets/vue-file-manager/_mixins';
.mobile-header {
padding: 10px 15px;
padding: 10px 0;
text-align: center;
background: white;
position: sticky;