Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewpey committed Dec 10, 2024
1 parent cddfbfa commit ba9e822
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/routes/md2bb/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@
</script>

<div class="flex h-dvh w-full flex-col sm:flex-row">
<div class="flex-1">
<div class="flex flex-1">
<textarea
bind:value={md}
class="h-full w-full resize-none overscroll-contain border-none bg-white p-4 text-lg focus:outline-none sm:p-16"
class="flex-1 resize-none overscroll-contain border-none bg-white p-4 text-lg focus:outline-none sm:p-16"
></textarea>
</div>

<div class="relative flex-1">
<div class="relative flex flex-1">
<textarea
class="h-full w-full resize-none overscroll-contain border-none bg-gray-50 p-4 text-lg focus:outline-none sm:p-16"
class="flex-1 resize-none overscroll-contain border-none bg-gray-50 p-4 text-lg focus:outline-none sm:p-16"
readonly>{bb}</textarea
>

Expand Down

0 comments on commit ba9e822

Please sign in to comment.