feat: complete legacy game screen parity

This commit is contained in:
2026-08-04 13:31:05 +00:00
parent c4c4ee6e0f
commit a333ef9681
19 changed files with 436 additions and 207 deletions
@@ -457,7 +457,7 @@ onMounted(() => {
.log-block {
border: 1px solid #666;
padding: 0;
background: #111;
background: #000;
min-height: 0;
}
@@ -469,7 +469,7 @@ onMounted(() => {
justify-content: center;
border-bottom: 1px solid #666;
color: orange;
background: #252525;
background: #000;
font-size: 1.3em;
font-weight: 500;
}
@@ -479,6 +479,11 @@ onMounted(() => {
border-bottom: 0;
}
.log-line :deep(.hidden_but_copyable) {
color: transparent !important;
font-size: 0;
}
.empty {
padding: 2px 8px;
color: #999;