chore: update story summary and lint fixes
This commit is contained in:
@@ -2873,3 +2873,28 @@ h1 span {
|
||||
padding: 6px 10px;
|
||||
}
|
||||
}
|
||||
|
||||
/* ═══════════════════════════════════════════════════════════════════════════
|
||||
Metrics Log Styling
|
||||
═══════════════════════════════════════════════════════════════════════════ */
|
||||
|
||||
#recall-log-content {
|
||||
font-family: 'SF Mono', Monaco, Consolas, 'Courier New', monospace;
|
||||
font-size: 11px;
|
||||
line-height: 1.5;
|
||||
white-space: pre;
|
||||
overflow-x: auto;
|
||||
tab-size: 4;
|
||||
}
|
||||
|
||||
#recall-log-content .metric-warn {
|
||||
color: #f59e0b;
|
||||
}
|
||||
|
||||
#recall-log-content .metric-error {
|
||||
color: #ef4444;
|
||||
}
|
||||
|
||||
#recall-log-content .metric-good {
|
||||
color: #22c55e;
|
||||
}
|
||||
Reference in New Issue
Block a user