This commit is contained in:
Timothy J. Baek 2024-10-05 19:03:39 -07:00
parent 49e9275c5b
commit 5adf9ed445

View File

@ -75,7 +75,7 @@
style="display: none" style="display: none"
> >
<button <button
class="px-1 hover:bg-gray-50 dark:hover:bg-gray-800 rounded flex items-center gap-0.5" class="px-1 hover:bg-gray-50 dark:hover:bg-gray-800 rounded flex items-center gap-0.5 min-w-fit"
on:click={() => { on:click={() => {
const selection = window.getSelection(); const selection = window.getSelection();
dispatch('explain', selection.toString()); dispatch('explain', selection.toString());
@ -85,9 +85,9 @@
buttonsContainerElement.style.display = 'none'; buttonsContainerElement.style.display = 'none';
}} }}
> >
<LightBlub className="size-3" /> <LightBlub className="size-3 shrink-0" />
<div>Explain</div> <div class="shrink-0">Explain</div>
</button> </button>
</div> </div>
{/if} {/if}