fix: add spacer before queued badge

This commit is contained in:
David Hill
2025-12-09 22:56:44 +00:00
parent df64612d54
commit 9fdbe193cd
3 changed files with 11 additions and 4 deletions

View File

@@ -1057,6 +1057,7 @@ function UserMessage(props: {
</Show>
}
>
<span> </span>
<span style={{ bg: theme.accent, fg: theme.backgroundPanel, bold: true }}> QUEUED </span>
</Show>
</text>