fix: Aumentar separación entre botones de salir e historial

- Cambiar posición del historial de top-[46px] a top-[56px]
- Evita solapamiento entre los botones
- Separación de ~12px entre ambos
This commit is contained in:
Resistencia Dev
2025-12-22 17:44:24 +01:00
parent 8835e780eb
commit 7895df4fd0

View File

@@ -897,7 +897,7 @@ export default function GameBoard({ gameState, currentPlayerId, actions, fullPla
{/* HISTÓRICO DE MISIONES (Esquina superior derecha) */}
{gameState.missionHistory.length > 0 && (
<motion.div
className="fixed top-[46px] right-0 z-50"
className="fixed top-[56px] right-0 z-50"
initial={false}
animate={{
x: isHistoryCollapsed ? '0%' : '0%'