refactor: split out sidebar elements into partials

This commit is contained in:
Xin
2023-10-22 11:17:26 +01:00
parent 24f3178ea8
commit 98d0a3dc73
4 changed files with 34 additions and 43 deletions

View 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>