From 5b7b8e47cb2acc4dd6bfb559c06c4fb6f41b8a0e Mon Sep 17 00:00:00 2001 From: Simon Franken Date: Mon, 23 Feb 2026 20:59:01 +0100 Subject: [PATCH] ui adaptions --- frontend/src/components/Navbar.tsx | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/frontend/src/components/Navbar.tsx b/frontend/src/components/Navbar.tsx index 1e7ae0d..1891778 100644 --- a/frontend/src/components/Navbar.tsx +++ b/frontend/src/components/Navbar.tsx @@ -47,20 +47,27 @@ export function Navbar() {
-
- TimeTracker Logo + + TimeTracker Logo TimeTracker -
-
+ +
{/* Main Navigation Items */} {mainNavItems.map((item) => ( - `inline-flex items-center px-3 py-2 text-sm font-medium rounded-md transition-colors ${ + `inline-flex items-center px-3 py-2 text-sm font-medium rounded-md transition-colors h-min ${ isActive ? "text-primary-600 bg-primary-50" : "text-gray-600 hover:text-gray-900 hover:bg-gray-50"