This commit is contained in:
Enrico Ros
2024-06-18 01:13:00 -07:00
parent 5659c0bc70
commit 63dc2301ff
@@ -572,7 +572,13 @@ export function ChatMessage(props: {
// v-layout
display: 'grid',
gap: { xs: 0, md: 1 },
gap: 1, // gap in between the fragments (if > 1)
// horizontal separator between messages (second part+ and before)
// '& > *:not(:first-child)': {
// borderTop: '1px solid',
// borderTopColor: 'background.level3',
// },
}}>
{/* Optional Message date */}