Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 98f2c69151 |
@@ -260,11 +260,13 @@ func (m *model) renderTranslationCard(msg ChatMessage) string {
|
||||
Render(outputContent)
|
||||
}
|
||||
|
||||
return lipgloss.JoinVertical(
|
||||
lipgloss.Top,
|
||||
metaBlock,
|
||||
inputBlock,
|
||||
outputBlock,
|
||||
return CardStyle.Render(
|
||||
lipgloss.JoinVertical(
|
||||
lipgloss.Top,
|
||||
metaBlock,
|
||||
inputBlock,
|
||||
outputBlock,
|
||||
),
|
||||
) + "\n"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user