- CSS: When sidebar is collapsed, open user-menu dropdown to the right (left: 0, right: auto) via data-sidebar-expanded="false" selector. - JS: Guard drawerToggle change handler – prevent mobile drawer from opening on desktop viewports (window.innerWidth >= 1024). - HTML: Add phx-update="ignore" to mobile-drawer checkbox to prevent LiveView from resetting its checked state on DOM patches. |
||
|---|---|---|
| .. | ||
| css | ||
| js | ||
| vendor | ||
| tailwind.config.js | ||