fix: make codex queue storage pg authoritative
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -1767,8 +1767,7 @@ input:focus, select:focus, textarea:focus { border-color: var(--accent-2); }
|
||||
min-height: 0;
|
||||
max-height: calc(100vh - 318px);
|
||||
}
|
||||
.codex-task-pagination,
|
||||
.codex-lazy-detail-callout {
|
||||
.codex-task-pagination {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
align-items: center;
|
||||
@@ -1782,17 +1781,6 @@ input:focus, select:focus, textarea:focus { border-color: var(--accent-2); }
|
||||
color: var(--muted);
|
||||
font-size: 12px;
|
||||
}
|
||||
.codex-lazy-detail-callout {
|
||||
margin: 8px 0;
|
||||
}
|
||||
.codex-lazy-detail-callout > div {
|
||||
display: grid;
|
||||
gap: 2px;
|
||||
min-width: min(100%, 280px);
|
||||
}
|
||||
.codex-lazy-detail-callout strong {
|
||||
color: var(--text);
|
||||
}
|
||||
.codex-task-pagination code {
|
||||
color: var(--accent-2);
|
||||
}
|
||||
@@ -1862,17 +1850,6 @@ input:focus, select:focus, textarea:focus { border-color: var(--accent-2); }
|
||||
}
|
||||
.codex-task-card.unread-terminal {
|
||||
padding-right: 23px;
|
||||
border-color: rgba(215, 161, 58, 0.32);
|
||||
background:
|
||||
linear-gradient(135deg, rgba(78, 183, 168, 0.09), #0a1015 42%),
|
||||
#0a1015;
|
||||
}
|
||||
.codex-task-card.unread-terminal.selected,
|
||||
.codex-task-card.unread-terminal:hover {
|
||||
border-color: rgba(215, 161, 58, 0.62);
|
||||
background:
|
||||
linear-gradient(135deg, rgba(78, 183, 168, 0.18), #0c181c 42%),
|
||||
#0c181c;
|
||||
}
|
||||
.codex-task-card:focus-visible {
|
||||
outline: 2px solid var(--accent);
|
||||
@@ -2561,30 +2538,6 @@ input:focus, select:focus, textarea:focus { border-color: var(--accent-2); }
|
||||
.codex-detail-grid {
|
||||
grid-template-columns: minmax(320px, 1fr) minmax(320px, 1fr);
|
||||
}
|
||||
.codex-prompt-panel {
|
||||
grid-column: 1 / -1;
|
||||
}
|
||||
.codex-prompt-detail {
|
||||
display: grid;
|
||||
gap: 9px;
|
||||
min-width: 0;
|
||||
}
|
||||
.codex-prompt-meta {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 6px;
|
||||
align-items: center;
|
||||
min-width: 0;
|
||||
}
|
||||
.codex-prompt-meta span:not(.status-badge) {
|
||||
max-width: 100%;
|
||||
padding: 3px 7px;
|
||||
border: 1px solid var(--line-soft);
|
||||
color: var(--muted);
|
||||
background: rgba(255,255,255,0.025);
|
||||
font-size: 11px;
|
||||
overflow-wrap: anywhere;
|
||||
}
|
||||
.codex-prompt-full {
|
||||
max-height: 360px;
|
||||
margin: 0;
|
||||
@@ -2629,14 +2582,6 @@ input:focus, select:focus, textarea:focus { border-color: var(--accent-2); }
|
||||
flex: 0 0 auto;
|
||||
color: var(--muted);
|
||||
}
|
||||
.codex-prompt-reference-full {
|
||||
max-height: 460px;
|
||||
border-color: rgba(78, 183, 168, 0.28);
|
||||
border-left-color: rgba(78, 183, 168, 0.62);
|
||||
background:
|
||||
linear-gradient(90deg, rgba(78, 183, 168, 0.08), transparent 34%),
|
||||
rgba(6, 10, 13, 0.86);
|
||||
}
|
||||
.codex-prompt-final-full {
|
||||
max-height: 560px;
|
||||
border-color: rgba(215, 161, 58, 0.34);
|
||||
|
||||
Reference in New Issue
Block a user