fix: refresh page when vertical writing mode is set (#615)

This commit is contained in:
Huang Xin
2025-03-16 03:07:54 +08:00
committed by GitHub
parent d6962055b9
commit 8775f90bc1
3 changed files with 4 additions and 11 deletions
@@ -37,11 +37,7 @@ const SectionInfo: React.FC<SectionInfoProps> = ({
: { left: `${horizontalGap}%` }
}
>
<h2
className={clsx(
'text-neutral-content line-clamp-1 text-center font-sans text-xs font-light',
)}
>
<h2 className={clsx('text-neutral-content text-center font-sans text-xs font-light')}>
{section || ''}
</h2>
</div>