Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion frontend/app/(main)/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default function ProjectLayout({
<MemoizedManagementBar />
<div className="flex flex-1 flex-col">
<div className="@container/main flex flex-1 flex-col gap-2">
<div className="flex min-h-0 flex-1 flex-col px-4 py-8 sm:px-6 md:px-8 lg:px-12">
<div className="flex min-h-0 flex-1 flex-col px-4 pt-12 py-8 sm:px-6 md:px-8 lg:px-12">
<div className="mx-auto flex min-h-0 w-full max-w-7xl flex-1 flex-col gap-4 md:gap-6">
{children}
</div>
Expand Down
2 changes: 1 addition & 1 deletion frontend/components/common/dashboard/DashboardMain.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ export function DashboardMain() {
{/* 问候语标题和时间选择器 */}
<motion.div className="flex items-start justify-between gap-3" variants={itemVariants}>
<div className="min-w-0 flex-1">
<h1 className="truncate text-2xl font-bold tracking-tight text-foreground sm:text-4xl">
<h1 className="truncate text-[26px] font-bold tracking-tight text-foreground sm:text-[30px]">
{getTimeGreeting()}好,{user?.username || 'Linux Do User'}
</h1>
</div>
Expand Down
Loading