frontend styling and misc fixes

This commit is contained in:
Per Stark
2025-01-24 14:20:16 +01:00
parent a9e2f67b3f
commit 3df72ce99d
8 changed files with 52 additions and 37 deletions

View File

@@ -0,0 +1,7 @@
<div class="card bg-base-100 shadow-xl mt-4">
<div class="card-body">
<div class="flex gap-4">
<a class="btn btn-primary" hx-get="/ingress-form" hx-swap="outerHTML">Add Content</a>
</div>
</div>
</div>