diff --git a/diagnostic/index.html b/diagnostic/index.html index c76da67..91b9e1b 100644 --- a/diagnostic/index.html +++ b/diagnostic/index.html @@ -32,8 +32,12 @@ .btn.secondary { background: #1E1E2E; border: 1px solid #333; } .btn.secondary:hover { background: #2A2A3E; } + .log-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 8px; } + .log-header h2 { margin-bottom: 0; } + .pause-hint { font-size: 11px; color: #FFD60A; display: none; } + .pause-hint.visible { display: inline; } .log-box { background: #080810; border: 1px solid #1E1E2E; border-radius: 6px; - height: 300px; overflow-y: auto; padding: 8px; font-size: 11px; line-height: 1.6; } + height: 300px; overflow-y: auto; padding: 8px; font-size: 11px; line-height: 1.6; position: relative; } .log-entry { white-space: pre-wrap; word-break: break-all; } .log-entry.error { color: #FF6B6B; } .log-entry.warn { color: #FFD60A; } @@ -94,14 +98,38 @@