From 7895df4fd0d697947b21db6e7e06aabaa48a57e9 Mon Sep 17 00:00:00 2001 From: Resistencia Dev Date: Mon, 22 Dec 2025 17:44:24 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20Aumentar=20separaci=C3=B3n=20entre=20bot?= =?UTF-8?q?ones=20de=20salir=20e=20historial?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Cambiar posición del historial de top-[46px] a top-[56px] - Evita solapamiento entre los botones - Separación de ~12px entre ambos --- client/src/components/GameBoard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/GameBoard.tsx b/client/src/components/GameBoard.tsx index 109a583..bbd119f 100644 --- a/client/src/components/GameBoard.tsx +++ b/client/src/components/GameBoard.tsx @@ -897,7 +897,7 @@ export default function GameBoard({ gameState, currentPlayerId, actions, fullPla {/* HISTÓRICO DE MISIONES (Esquina superior derecha) */} {gameState.missionHistory.length > 0 && (