diff --git a/web/components/routes/link/header.tsx b/web/components/routes/link/header.tsx index 4c3fd992..3fa3d863 100644 --- a/web/components/routes/link/header.tsx +++ b/web/components/routes/link/header.tsx @@ -26,11 +26,11 @@ export const LinkHeader = React.memo(() => { return ( <> - +
- Links + Links
diff --git a/web/components/routes/link/partials/link-item.tsx b/web/components/routes/link/partials/link-item.tsx index 0ff605b7..e79f5d7e 100644 --- a/web/components/routes/link/partials/link-item.tsx +++ b/web/components/routes/link/partials/link-item.tsx @@ -92,7 +92,7 @@ export const LinkItem: React.FC = ({ onKeyDown={handleKeyDown} className={cn( "relative cursor-default outline-none", - "grid grid-cols-[auto_1fr_auto] items-center gap-x-2 px-2 py-2 sm:px-4 sm:py-2", + "grid grid-cols-[auto_1fr_auto] items-center gap-x-2 py-2 max-lg:px-4 sm:px-5 sm:py-2", { "bg-muted-foreground/10": isActive, "hover:bg-muted/50": !isActive diff --git a/web/components/routes/topics/detail/Header.tsx b/web/components/routes/topics/detail/Header.tsx index 461f3176..0987e9a0 100644 --- a/web/components/routes/topics/detail/Header.tsx +++ b/web/components/routes/topics/detail/Header.tsx @@ -93,7 +93,7 @@ export const TopicDetailHeader = React.memo(function TopicDetailHeader({ topic }
- {topic.prettyName} + {topic.prettyName}