chore: tweak responsive header and link

This commit is contained in:
Aslam H
2024-09-09 07:18:44 +07:00
parent 4a57568391
commit 2c53acbac5
3 changed files with 4 additions and 4 deletions

View File

@@ -93,7 +93,7 @@ export const TopicDetailHeader = React.memo(function TopicDetailHeader({ topic }
<div className="flex min-w-0 shrink-0 items-center gap-1.5">
<SidebarToggleButton />
<div className="flex min-h-0 items-center">
<span className="truncate text-left text-xl font-bold">{topic.prettyName}</span>
<span className="truncate text-left font-bold lg:text-xl">{topic.prettyName}</span>
</div>
</div>