전략 설명 추가
This commit is contained in:
@@ -428,6 +428,61 @@
|
||||
font-variant-numeric: tabular-nums;
|
||||
}
|
||||
|
||||
/* ── 중앙 하단 — LOGIC EXPRESSION + 조건 설명 ── */
|
||||
.seval-condition-panel {
|
||||
flex-shrink: 0;
|
||||
max-height: min(38vh, 320px);
|
||||
margin-top: 6px;
|
||||
border: 1px solid var(--se-terminal-border, rgba(255, 255, 255, 0.08));
|
||||
border-radius: 8px;
|
||||
background: var(--se-terminal-bg, color-mix(in srgb, var(--bg) 92%, #000));
|
||||
overflow: hidden;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
.seval-condition-panel--empty {
|
||||
max-height: none;
|
||||
padding: 12px 14px;
|
||||
}
|
||||
.seval-condition-panel-empty {
|
||||
margin: 0;
|
||||
font-size: 0.8rem;
|
||||
color: var(--se-text-muted);
|
||||
}
|
||||
.seval-condition-panel-section {
|
||||
flex-shrink: 0;
|
||||
min-height: 0;
|
||||
overflow-y: auto;
|
||||
}
|
||||
.seval-condition-panel-section--narrative {
|
||||
flex: 1;
|
||||
min-height: 0;
|
||||
border-top: 1px solid var(--se-border);
|
||||
background: color-mix(in srgb, var(--se-terminal-bg, var(--bg)) 88%, var(--se-gold, #c9a227) 12%);
|
||||
}
|
||||
.seval-condition-panel-label {
|
||||
position: sticky;
|
||||
top: 0;
|
||||
z-index: 1;
|
||||
font-size: 0.62rem;
|
||||
font-weight: 800;
|
||||
letter-spacing: 0.14em;
|
||||
color: var(--se-terminal-label, var(--se-text-muted));
|
||||
padding: 6px 12px;
|
||||
border-bottom: 1px solid var(--se-border);
|
||||
background: inherit;
|
||||
}
|
||||
.seval-condition-panel-label--guide {
|
||||
color: color-mix(in srgb, var(--se-gold, #c9a227) 85%, var(--se-text) 15%);
|
||||
}
|
||||
.seval-condition-panel .se-terminal-text {
|
||||
max-height: 120px;
|
||||
}
|
||||
.seval-condition-panel .se-narrative--compact {
|
||||
max-height: 160px;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
/* ── 세로 선택바 ─────────────────────────────────────────────────────────── */
|
||||
.seval-bar-selector-layer {
|
||||
position: absolute;
|
||||
|
||||
Reference in New Issue
Block a user