chore: save progress before layout changes

This commit is contained in:
Joan
2026-02-10 10:48:53 +01:00
parent 70dc35b4b2
commit bba5d1d9dd
48 changed files with 1535 additions and 690 deletions

View File

@@ -723,8 +723,8 @@ html {
}
.messages-scroll {
height: 5.5rem;
/* Compact fixed height (~3 lines) */
height: 6rem;
/* Always visible activity log */
overflow-y: auto;
display: flex;
flex-direction: column;
@@ -752,6 +752,13 @@ html {
flex: 1;
}
.message-location {
color: rgba(107, 185, 240, 0.7);
font-size: 0.75rem;
flex-shrink: 0;
font-style: italic;
}
.movement-controls {
background: var(--game-bg-panel);
padding: 1.5rem;
@@ -2086,11 +2093,12 @@ body.no-scroll {
position: absolute;
top: 4px;
right: 4px;
width: 20px;
height: 20px;
width: 24px;
height: 24px;
background: rgba(244, 67, 54, 0.9);
border: 1px solid rgba(255, 255, 255, 0.3);
clip-path: var(--game-clip-path-sm);
/* clip-path removed to ensure square box */
aspect-ratio: 1;
color: #fff;
font-size: 0.7rem;
font-weight: bold;