Fix mobile

This commit is contained in:
2026-02-17 23:14:05 +00:00
parent d51efb535d
commit 836305e2a3
11 changed files with 306 additions and 95 deletions
+2 -2
View File
@@ -424,7 +424,7 @@ export function BootSequence({ onComplete }: BootSequenceProps) {
}
renderedLines.push(
<div key={lineIdx} className="font-mono text-sm leading-relaxed whitespace-nowrap">
<div key={lineIdx} className="font-mono text-sm leading-relaxed">
{spans}
</div>
)
@@ -459,7 +459,7 @@ export function BootSequence({ onComplete }: BootSequenceProps) {
)
}
lines.push(
<div key={lineIdx} className="font-mono text-sm leading-relaxed whitespace-nowrap">
<div key={lineIdx} className="font-mono text-sm leading-relaxed">
{spans}
</div>
)