fix: 应用 CardStyle marginBottom

This commit is contained in:
2026-04-07 04:52:09 +08:00
parent 217db90cfa
commit 98f2c69151

View File

@@ -260,11 +260,13 @@ func (m *model) renderTranslationCard(msg ChatMessage) string {
Render(outputContent)
}
return lipgloss.JoinVertical(
return CardStyle.Render(
lipgloss.JoinVertical(
lipgloss.Top,
metaBlock,
inputBlock,
outputBlock,
),
) + "\n"
}