Skip to content

Commit

Permalink
align paperclip with cog and alt buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
ticruz38 committed Nov 6, 2024
1 parent 6e24ffe commit bbf1346
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/app/shared/NoteReply.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -180,11 +180,7 @@
<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 cursor-pointer items-center gap-3">
<button
class="hover:bg-white-l staatliches flex h-7 w-7 cursor-pointer items-center justify-center gap-2 whitespace-nowrap rounded bg-white px-6 text-xl text-black transition-all"
on:click|preventDefault={editor.commands.selectFiles}>
<i class="fa fa-paperclip" />
</button>
<i class="fa fa-paperclip" on:click|preventDefault={editor.commands.selectFiles} />
{#if !env.FORCE_GROUP}
<i class="fa fa-cog" on:click={() => options.setView("settings")} />
{/if}
Expand Down

0 comments on commit bbf1346

Please sign in to comment.