From 46da1adab220fd1f906b4da00f7499ad7268a9da Mon Sep 17 00:00:00 2001 From: Lncvrt Date: Thu, 17 Jul 2025 20:55:20 -0700 Subject: [PATCH] Add a 1 pixel big line between content and sidepanel --- src/componets/Sidebar.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/componets/Sidebar.css b/src/componets/Sidebar.css index da3cccb..3a94dab 100644 --- a/src/componets/Sidebar.css +++ b/src/componets/Sidebar.css @@ -1,7 +1,7 @@ @import 'tailwindcss'; .sidebar { - @apply fixed top-0 left-0 w-60 h-screen bg-[#191919] flex flex-col; + @apply fixed top-0 left-0 w-60 h-screen bg-[#191919] flex flex-col border-e-[1px] border-[#2a2a2a]; } .logo {