feat(shared): Hide link while keeping width

This commit is contained in:
2025-04-28 19:39:02 +02:00
parent ecd418c5db
commit 724e84441e

View File

@@ -15,6 +15,8 @@
<button on:click={detailsAction} class="text-indigo-600 hover:text-indigo-900"
>{$_("details")}</button
>
{:else}
<span class="inline-block opacity-0 cursor-default" style="">{$_("details")}</span>
{/if}
{#if deleteEnabled}
<button