Skip to content

Commit

Permalink
full height textarea
Browse files Browse the repository at this point in the history
  • Loading branch information
ticruz38 committed Nov 19, 2024
1 parent 63d32b1 commit ecbbd62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/partials/Channel.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@
<Compose
bind:element={textarea}
{editor}
class="h-20 w-full resize-none bg-transparent p-2 text-neutral-100 outline-0 placeholder:text-neutral-100" />
class="w-full resize-none bg-transparent p-2 text-neutral-100 outline-0 placeholder:text-neutral-100" />
<div>
<button
on:click={() => editor.commands.selectFiles()}
Expand Down

0 comments on commit ecbbd62

Please sign in to comment.