ui: 优化首页logo标题样式;
Some checks failed
CI / build (push) Successful in 1m55s
Deploy To Server / deploy (push) Failing after 2s

This commit is contained in:
2026-04-26 00:38:36 +08:00
parent 20aeb94f6e
commit 2f901c5488

View File

@@ -737,20 +737,13 @@ export default function HomePage() {
className="!min-h-0 !h-full !overflow-hidden !bg-[var(--ds-bg-sider)]"
>
<div className="flex h-full min-h-0 min-w-0 flex-col">
<div className="flex h-14 shrink-0 items-center gap-2 px-3">
<img
src={LOGO_SRC}
alt=""
width={32}
height={32}
className="h-8 w-8 shrink-0 object-contain"
decoding="async"
/>
<div className="flex h-14 shrink-0 items-center px-3">
<img src={LOGO_SRC} alt="" className="w-7 shrink-0 object-contain" decoding="async" />
{!collapsed && (
<img
src={TITLE_SRC}
alt="chatone"
className="h-7 w-auto max-w-[170px] object-contain object-left"
className="w-auto max-w-[106px] object-contain object-left"
decoding="async"
/>
)}