This commit is contained in:
Jens Cornelsen
2025-02-22 19:41:20 +01:00
parent cdb8b500bc
commit f8f53d0ac9
2 changed files with 4 additions and 14 deletions

View File

@@ -99,7 +99,10 @@ let lightTheme = Astro.cookies.get("theme")?.value === "light";
<DashboardSidebar lightTheme={lightTheme} benutzer={user} client:load>
</DashboardSidebar>
<main class="overflow-auto h-screen bg-base-100 pt-24 px-6 w-full">
<slot />
<article class="box rounded-tl-none
xl:px-10 py-8">
<slot />
</article>
</main>
</body>
</html>