From f882b63359cda6e2a6a70eff7b41edd27e3845db Mon Sep 17 00:00:00 2001 From: Gigi Date: Mon, 13 Oct 2025 23:26:25 +0200 Subject: [PATCH] fix(ui): remove padding gaps around sidebars Remove md:p-4 padding from root container to eliminate gaps between screen edges and sidebars --- src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index ac590fd7..6ff70e1e 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -238,7 +238,7 @@ function App() { -
+