chore: save progress before layout changes
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user