Changes
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user