mirror of
https://github.com/imfing/hextra.git
synced 2025-07-01 15:37:46 -04:00
refactor: split out sidebar elements into partials
This commit is contained in:
3
layouts/partials/sidebar/collapsible-button.html
Normal file
3
layouts/partials/sidebar/collapsible-button.html
Normal file
@ -0,0 +1,3 @@
|
||||
<span class="hextra-sidebar-collapsible-button">
|
||||
<svg fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-[18px] min-w-[18px] rounded-sm p-0.5 hover:bg-gray-800/5 dark:hover:bg-gray-100/5"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7" class="origin-center transition-transform rtl:-rotate-180"></path></svg>
|
||||
</span>
|
Reference in New Issue
Block a user