refactor: cleanup db helpers, ratelimit and base template padding
This commit is contained in:
@@ -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" .}}
|
||||
|
||||
Reference in New Issue
Block a user