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