Pfad gefixr

This commit is contained in:
Jens Cornelsen
2025-04-14 16:54:20 +02:00
parent 071fd8c7be
commit f14c376791

View File

@@ -1,6 +1,6 @@
---
// import "svelte-ripple-action/ripple.css";
import "../../style/global.css";
import "../style/global.css";
import "../../svelte-dialogs.config.js";
import DashboardSidebar from "../components/Dashboard/DashboardSidebar.svelte";
import { BenutzerClient } from "#components/Ausweis/types";
@@ -124,7 +124,7 @@ let lightTheme = Astro.cookies.get("theme")?.value === "light";
client:load
/>
<article class="box px-6 py-5 h-screen">
<article class="box px-6 py-5 h-full">
<slot />
</article>
</main>