Hide the side bar when no icon is selected

This commit is contained in:
Alessandro Pignotti 2024-09-30 16:47:34 +02:00
parent bffe17fd69
commit 1760888da2

View file

@ -27,7 +27,7 @@
/>
{/each}
</div>
<div class="shrink-0 w-52 h-full z-10 p-5 bg-neutral-600 text-gray-100">
<div class="shrink-0 w-52 h-full z-10 p-5 bg-neutral-600 text-gray-100" class:hidden={!activeInfo}>
{activeInfo}
</div>
</div>