From 361e6831a0bcf53cd61be346a0cc0f01dd1cf231 Mon Sep 17 00:00:00 2001 From: Anton Tranelis Date: Mon, 29 Jul 2024 10:26:16 +0200 Subject: [PATCH] set sidbar width to 168px --- src/Components/AppShell/SideBar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Components/AppShell/SideBar.tsx b/src/Components/AppShell/SideBar.tsx index d0022aec..108775da 100644 --- a/src/Components/AppShell/SideBar.tsx +++ b/src/Components/AppShell/SideBar.tsx @@ -71,7 +71,7 @@ export function SideBar({ routes, bottomRoutes }: { routes: route[], bottomRoute data-te-sidenav-content="#app-content" data-te-sidenav-slim-collapsed="true" data-te-sidenav-slim-width="56" - data-te-sidenav-width="160"> + data-te-sidenav-width="168">