Reapply "codex 试用,美化"

This reverts commit 3a1b70d3e4.
This commit is contained in:
liuwei
2026-02-27 11:07:12 +08:00
parent c8d915b7ce
commit eae0b4fd18
8 changed files with 68 additions and 52 deletions

View File

@@ -171,11 +171,13 @@
flex: 1;
overflow-y: auto !important;
overflow-x: scroll !important;
background-color: #f5f5f5;
background-color: #0f2545;
padding: 10px;
border-radius: 4px;
border: 1px solid #1b3d66;
box-sizing: border-box;
min-height: 0;
color: #cfe6ff;
}
.log-content pre {
@@ -184,6 +186,7 @@
word-break: break-all;
font-family: monospace;
line-height: 1;
color: inherit;
}
.empty-log {