feat(sidebar): add button to keep it open

This commit is contained in:
Herculino Trotta
2025-08-22 17:15:32 -03:00
parent 2733c92da5
commit abf3a148cc
10 changed files with 205 additions and 27 deletions

View File

@@ -0,0 +1,3 @@
{#This is here so we can add dynamic Tailwind classes that will be required via JS/hyperscript but Tailwind has no knowledge of#}
<div class="tw:lg:w-[15vw]"></div>
<div class="tw:lg:ml-[16vw]"></div>