Hide the side bar when no icon is selected
This commit is contained in:
parent
bffe17fd69
commit
1760888da2
@ -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…
x
Reference in New Issue
Block a user