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