Hide the side bar when no icon is selected
This commit is contained in:
parent
bffe17fd69
commit
1760888da2
@ -27,7 +27,7 @@
|
|||||||
/>
|
/>
|
||||||
{/each}
|
{/each}
|
||||||
</div>
|
</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}
|
{activeInfo}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user