style: reduce vibe panel width from 570px to 300px.

This commit is contained in:
GuanMu 2025-12-29 14:29:49 +08:00
parent 86054b79ef
commit cb5b0a9844
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ const VibePanel: FC = () => {
clickOutsideNotClose
>
<div className="flex h-[680px] flex-wrap">
<div className="h-full w-[570px] shrink-0 overflow-y-auto border-r border-divider-regular p-6">
<div className="h-full w-[300px] shrink-0 overflow-y-auto border-r border-divider-regular p-6">
<div className="mb-5">
<div className="text-lg font-bold leading-[28px] text-text-primary">{t('app.gotoAnything.actions.vibeTitle')}</div>
<div className="mt-1 text-[13px] font-normal text-text-tertiary">{t('app.gotoAnything.actions.vibeDesc')}</div>