ranranrunforit commited on
Commit
0a7fea0
·
verified ·
1 Parent(s): ff5ad23

Upload theme.py

Browse files
Files changed (1) hide show
  1. theme.py +8 -0
theme.py CHANGED
@@ -133,6 +133,14 @@ tbody td{ border-color:var(--s2-gray-100)!important; }
133
  /* Mono log boxes */
134
  #detail-log textarea{ font-family:'Source Code Pro',monospace!important; font-size:12.5px!important; }
135
 
 
 
 
 
 
 
 
 
136
  .s2-footnote{ color:var(--s2-gray-500); font-size:12.5px; }
137
  """
138
 
 
133
  /* Mono log boxes */
134
  #detail-log textarea{ font-family:'Source Code Pro',monospace!important; font-size:12.5px!important; }
135
 
136
+ /* LLM output panel — same framed look as the Pipeline Log box but neutral
137
+ (no accent glow). Starts ~half the log's height, grows with content. */
138
+ .llm-out{ border:1px solid var(--s2-border,#d5d9e0); border-radius:8px;
139
+ background:var(--s2-surface,#fff); padding:12px 16px; min-height:150px;
140
+ font-size:14px; line-height:1.5; overflow:auto; }
141
+ .llm-out:empty::after{ content:"AI output appears here"; color:#9aa0a6;
142
+ font-style:italic; }
143
+
144
  .s2-footnote{ color:var(--s2-gray-500); font-size:12.5px; }
145
  """
146