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

@@ -675,7 +675,7 @@
</div> </div>
<!-- Bottom bar --> <!-- Bottom bar -->
<div class="flex items-center px-8 pb-4"> <div class="flex items-center px-7 pb-5">
<span class="text-[11px] text-text-tertiary"> <span class="text-[11px] text-text-tertiary">
{#if wordCount > 0} {#if wordCount > 0}
{wordCount} {wordCount === 1 ? 'word' : 'words'} {wordCount} {wordCount === 1 ? 'word' : 'words'}

View File

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

View File

@@ -407,7 +407,7 @@
{:else} {:else}
<div class="flex flex-col gap-1"> <div class="flex flex-col gap-1">
{#each filteredTasks as task (task.id)} {#each filteredTasks as task (task.id)}
<div class="group flex items-start gap-3 px-4 py-3 rounded-xl bg-bg-card border border-border-subtle hover:border-border transition-colors"> <div class="group flex items-start gap-3 p-3 rounded-xl bg-bg-card border border-border-subtle hover:border-border transition-colors">
<!-- Checkbox --> <!-- Checkbox -->
<button <button
aria-label="Complete task" aria-label="Complete task"