refactor: cleanup db helpers, ratelimit and base template padding

This commit is contained in:
2026-05-12 12:34:42 +02:00
parent 5d55edf9b8
commit 459e4d30b3
3 changed files with 1 additions and 20 deletions

View File

@@ -205,7 +205,7 @@ if (window.showToast) showToast({ message: 'Something went wrong' })
<div class="sticky top-0 z-40 w-full">
{{template "header" .}}
</div>
<div class="flex-1 p-4 md:p-8 lg:p-12">
<div class="flex-1 p-4 md:p-8 lg:p-10">
{{template "content" .}}
</div>
{{template "footer" .}}