diff --git a/layouts/dashboard-unified.vue b/layouts/dashboard-unified.vue index 3ee019f..fb35412 100644 --- a/layouts/dashboard-unified.vue +++ b/layouts/dashboard-unified.vue @@ -10,12 +10,17 @@ + + + Port Nimara CRM + @@ -159,9 +164,9 @@ const pageTitle = computed(() => { const navigationItems = computed(() => { const items = [ { - label: 'Dashboard', - icon: 'mdi-home', - to: '/dashboard', + label: 'Interest List', + icon: 'mdi-account-multiple', + to: '/dashboard/interest-list', }, { label: 'Analytics', @@ -178,11 +183,6 @@ const navigationItems = computed(() => { icon: 'mdi-map', to: '/dashboard/interest-berth-status', }, - { - label: 'Interest List', - icon: 'mdi-account-multiple', - to: '/dashboard/interest-list', - }, { label: 'Interest Status', icon: 'mdi-clipboard-check', @@ -301,6 +301,17 @@ onMounted(() => { margin-inline-end: 0; } +/* Center logo in rail mode */ +.v-navigation-drawer--rail .v-list-item { + justify-content: center; + padding-inline-start: 16px !important; + padding-inline-end: 16px !important; +} + +.v-navigation-drawer--rail .v-list-item__prepend { + justify-content: center; +} + /* Smooth transitions */ .v-navigation-drawer, .v-list-item__content,