From 2a5e79b55dfa243fb9cb27cb163894a63c9c48dd Mon Sep 17 00:00:00 2001 From: Jakob Scheid Date: Sat, 23 May 2026 11:42:45 +0200 Subject: [PATCH] Add padding to the main content in the left sidebar layout --- src/layouts/LeftSidebarLayout.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/layouts/LeftSidebarLayout.vue b/src/layouts/LeftSidebarLayout.vue index 1134bba..1733734 100644 --- a/src/layouts/LeftSidebarLayout.vue +++ b/src/layouts/LeftSidebarLayout.vue @@ -7,7 +7,7 @@ import Sidebar from '@/features/sidebar/components/Sidebar.vue'; -
+
@@ -18,4 +18,8 @@ import Sidebar from '@/features/sidebar/components/Sidebar.vue'; display: grid; grid-template-columns: min(24%, 280px) 1fr; } + +.main-content { + padding: 20px; +} \ No newline at end of file