style: trim padding on watch page and base layout

This commit is contained in:
2026-05-15 02:45:08 +02:00
parent de672db44e
commit 4982b69c17
2 changed files with 2 additions and 2 deletions

View File

@@ -251,7 +251,7 @@ if (window.showToast) showToast({ message: 'Something went wrong' })
</div>
<main class="w-full flex-1 flex flex-col h-screen overflow-y-auto">
<div class="flex-1 p-4 md:p-8 lg:p-10">
<div class="flex-1 p-4 md:p-8">
{{template "content" .}}
</div>
</main>