Add a 1 pixel big line between content and sidepanel

This commit is contained in:
2025-07-17 20:55:20 -07:00
parent a554197aa9
commit 46da1adab2

View File

@@ -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 {