Hide the side bar when no icon is selected
This commit is contained in:
parent
bffe17fd69
commit
1760888da2
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue