From 270560244c0bf14a10092d10236e0bc4984bb092 Mon Sep 17 00:00:00 2001 From: timothyrusso Date: Thu, 4 Jan 2024 11:41:48 +0100 Subject: [PATCH 01/25] fix: ui problems --- src/components/navbar/Navbar.tsx | 2 +- src/components/sidebar/ExpandButton.tsx | 2 +- src/components/sidebar/PageButton.tsx | 2 +- src/components/sidebar/Sidebar.tsx | 25 ++++++++++++++----------- 4 files changed, 17 insertions(+), 14 deletions(-) diff --git a/src/components/navbar/Navbar.tsx b/src/components/navbar/Navbar.tsx index 69cbf40f8..4542642b1 100644 --- a/src/components/navbar/Navbar.tsx +++ b/src/components/navbar/Navbar.tsx @@ -13,7 +13,7 @@ interface NavbarProps { export default function Navbar({ isAuthPage = false }: NavbarProps) { return ( -