chore: fix small css

This commit is contained in:
Joel 2026-05-09 17:48:13 +08:00
parent a673cdc60f
commit 36aebdaa28
2 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ const ContinueWork = ({
const { t } = useTranslation()
return (
<section className={cn('px-12', className)} aria-labelledby="continue-work-title">
<section className={cn('px-12 pb-6', className)} aria-labelledby="continue-work-title">
<div className="flex items-center justify-between">
<h2 id="continue-work-title" className="min-w-0 truncate system-xl-semibold text-text-primary">
{t('continueWork.title', { ns: 'explore' })}

View File

@ -18,7 +18,7 @@ const ContinueWorkItem = ({
const { formatTimeFromNow } = useFormatTimeFromNow()
return (
<article className="flex min-w-0 items-center gap-3 overflow-hidden rounded-xl border-[0.5px] border-components-panel-border-subtle bg-components-panel-on-panel-item-bg px-4 pt-4 pb-3 shadow-md">
<article className="flex min-w-0 items-center gap-3 overflow-hidden rounded-xl border-[0.5px] border-components-panel-border-subtle bg-components-panel-on-panel-item-bg px-4 pt-4 pb-5 shadow-md">
<div className="relative shrink-0">
<AppIcon
size="large"
@ -29,7 +29,7 @@ const ContinueWorkItem = ({
/>
<AppTypeIcon
type={item.mode}
wrapperClassName="absolute -right-0.5 -bottom-0.5 size-4 rounded-xs border-components-panel-on-panel-item-bg shadow-sm"
wrapperClassName="absolute -right-0.5 -bottom-0.5 size-4 rounded-sm border-components-panel-on-panel-item-bg shadow-sm"
className="size-3"
/>
</div>