refactor: toc on right on xl

This commit is contained in:
hypercross 2026-03-22 01:41:37 +08:00
parent fbc67175ae
commit 94abd3e469
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ const SidebarContent: Component<SidebarContentProps> = (props) => {
{/* 当前文件标题 */}
<Show when={currentFileHeadings().length > 0}>
<div>
<div class="xl:fixed xl:top-20 xl:right-4">
<h3 class="text-xs font-semibold text-gray-500 uppercase mb-2 px-2">
</h3>