Pfad gefixr
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user