feat(shared): Hide link while keeping width
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user