refactor(kon): standardise page padding — pt-6 px-7 pb-5, tighter task cards

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
jake
2026-03-17 02:22:18 +00:00
parent 3eb14d004d
commit 4bfc4c1374
3 changed files with 3 additions and 3 deletions

View File

@@ -192,7 +192,7 @@
<!-- Progress bar -->
{#if progress > 0}
<div class="px-8 pb-3 animate-fade-in">
<div class="px-7 pb-3 animate-fade-in">
<div class="h-[3px] bg-bg-elevated rounded-full overflow-hidden">
<div
class="h-full bg-accent rounded-full transition-all duration-500 shadow-[0_0_8px_rgba(232,168,124,0.4)]"