adjust layout and add detials button

This commit is contained in:
Robin Olsen
2026-02-25 12:39:21 +01:00
parent 1438d0e567
commit 6264f9dfc9
10 changed files with 101 additions and 169 deletions

View File

@@ -14,10 +14,10 @@ templ Layout(props LayoutProps) {
@Header(props.Header)
<div class="flex">
//@Sidebar(props.Routes) Hidden until we need it
@props.Modal
<main class="flex-1 p-1 overflow-auto">
{ children... }
</main>
@props.Modal
</div>
</body>
</html>