From 1e11525c8e8e0349f46ebf78083a93ddbfc3ef9c Mon Sep 17 00:00:00 2001 From: Lncvrt Date: Thu, 1 Jan 2026 02:24:53 -0700 Subject: [PATCH] New sidebar style --- src/app/componets/Sidebar.css | 2 +- src/app/componets/Sidebar.tsx | 113 +++++++++++++++++----------------- 2 files changed, 59 insertions(+), 56 deletions(-) diff --git a/src/app/componets/Sidebar.css b/src/app/componets/Sidebar.css index 9ea0b86..a96d65f 100644 --- a/src/app/componets/Sidebar.css +++ b/src/app/componets/Sidebar.css @@ -14,7 +14,7 @@ } .logo { - @apply flex items-center pl-1 h-14 w-60; + @apply flex items-center pl-2 h-10 w-60 pt-2; } .nav-links { diff --git a/src/app/componets/Sidebar.tsx b/src/app/componets/Sidebar.tsx index 274dd3c..fe8de48 100644 --- a/src/app/componets/Sidebar.tsx +++ b/src/app/componets/Sidebar.tsx @@ -17,6 +17,11 @@ import Image from 'next/image' import Link from 'next/link' import { usePathname, useSearchParams } from 'next/navigation' import { getCurrentWindow } from '@tauri-apps/api/window' +import { Lexend } from 'next/font/google' + +const lexend = Lexend({ + subsets: ['latin'] +}) export default function Sidebar () { const { @@ -63,64 +68,62 @@ export default function Sidebar () { } }} > - -

+ +

Lncvrt Games Launcher

-
- -
+