Skip to content

Commit

Permalink
fix: update page read
Browse files Browse the repository at this point in the history
  • Loading branch information
ymzuiku committed Oct 14, 2023
1 parent 41965bc commit 0cf8c1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/article/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<main id="setting" aria-label="setting page" class="flex flex-col p-4 min-h-full h-full gap-4">
<h2 class="text-xl font-semibold">{i18n`文章`}</h2>
<textarea bind:value={$article} class={twMerge(css.input, 'h-[calc(100vh-250px)]')} />
<textarea bind:value={$article} class={twMerge(css.input, 'h-[calc(100vh-300px)]')} />
<a class={twMerge(css.button, 'w-full sm:max-w-full')} href="/article/learn">
{i18n`学习这段内容`}
</a>
Expand Down

0 comments on commit 0cf8c1f

Please sign in to comment.