This commit is contained in:
gpt-engineer-app[bot]
2026-01-09 11:35:47 +00:00
parent b3a743d03a
commit 6b7f85e92e
+1 -1
View File
@@ -598,7 +598,7 @@ const Tetris = () => {
</button> </button>
</div> </div>
<div className={`flex ${isMobile ? 'flex-col items-center' : 'flex-row gap-4'} flex-1 ${isFullscreen ? 'justify-center items-center' : ''}`}> <div className={`flex ${isMobile ? 'flex-col items-center' : 'flex-row gap-4'} flex-1 ${isFullscreen ? 'justify-center items-center' : 'justify-center items-start'}`}>
{gameMode === '1p' ? ( {gameMode === '1p' ? (
<> <>
<div className="border-2 border-primary box-glow p-1 bg-background/80">{renderBoard1P()}</div> <div className="border-2 border-primary box-glow p-1 bg-background/80">{renderBoard1P()}</div>