@mingxy/opencode-mascot 0.4.12 → 0.4.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -315,7 +315,7 @@ export function createAnimatedRenderer(pack: MascotPack): {
|
|
|
315
315
|
const dm = dragMsg();
|
|
316
316
|
|
|
317
317
|
return (
|
|
318
|
-
<box flexDirection="column" left={left} top={top}>
|
|
318
|
+
<box flexDirection="column" alignItems="flex-start" left={left} top={top}>
|
|
319
319
|
{cel ? <box position="absolute" top={-1} left={0}><text fg={flashColor() ?? fg}>{cel.text}</text></box> : null}
|
|
320
320
|
{dm ? <box position="absolute" top={-1} left={0}><text fg="#FF4081">{dm}</text></box> : null}
|
|
321
321
|
{lines.map((line: string) => (
|