Skip to content

Commit

Permalink
Fix button alignment on note reply
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Staab committed Nov 25, 2024
1 parent d24dd0b commit 1a84292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/shared/NoteReply.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
</div>
<div class="h-px" />
<div class="flex gap-2 rounded-b p-2 text-sm text-neutral-100">
<div class="inline-block border-r border-solid border-neutral-600 py-2 pl-1 pr-3">
<div class="flex border-r border-solid border-neutral-600 py-2 pl-1 pr-3">
<div class="flex cursor-pointer items-center gap-3">
<i class="fa fa-paperclip" on:click|preventDefault={editor.commands.selectFiles} />
<i class="fa fa-at" />
Expand Down

0 comments on commit 1a84292

Please sign in to comment.