diff --git a/client/src/App.vue b/client/src/App.vue index c1c8014..4feedf1 100644 --- a/client/src/App.vue +++ b/client/src/App.vue @@ -25,6 +25,7 @@ import INetwork from '~icons/mdi/lan'; enum NavState { Open, Reduced, Collapsed }; const NavStateCount = 3; let navState = $ref(NavState.Open); +let reducedDynamicWidth = $ref(2.5); const navRoutesNew = [ { caption: 'Dashboard', icon: IDashboard, href: '/' }, @@ -131,7 +132,7 @@ onMounted(async() => {