From 656b789e7cd14735e6631fdb82f420823a7addd1 Mon Sep 17 00:00:00 2001 From: patak Date: Mon, 1 May 2023 17:58:37 +0200 Subject: [PATCH] feat: height responsive sidebar (#2038) --- components/nav/NavSide.vue | 19 +++++++++++++++---- components/nav/NavSideItem.vue | 22 +++++++++++++++++++++- 2 files changed, 36 insertions(+), 5 deletions(-) diff --git a/components/nav/NavSide.vue b/components/nav/NavSide.vue index b5b6b859..d60aae6f 100644 --- a/components/nav/NavSide.vue +++ b/components/nav/NavSide.vue @@ -6,11 +6,11 @@ const { notifications } = useNotifications() + +