File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 134134 font-variant-numeric : tabular-nums;
135135}
136136
137- /* --- Thinking/loading states: Subtle pulse glow --- */
137+ /* --- Thinking/loading states: Colored like the inspiration --- */
138138[data-slot = "session-turn-thinking" ] {
139- padding : 8px 12px ;
140- border-radius : 8px ;
141- background : var (--surface-base );
142- border : 1px solid var (--border-weaker-base );
139+ padding : 8px 14px ;
140+ border-radius : 10px ;
141+ background : color-mix (in srgb, var (--surface-interactive-base ) 60% , transparent);
142+ border : 1px solid color-mix (in srgb, var (--border-interactive-base ) 40% , transparent);
143+ }
144+
145+ [data-slot = "session-turn-thinking-heading" ] {
146+ color : var (--text-interactive-base ) !important ;
147+ }
148+
149+ /* --- Assistant message area: Add subtle left accent for visual grouping --- */
150+ [data-slot = "session-turn-assistant-content" ] {
151+ padding-left : 12px ;
152+ border-left : 2px solid color-mix (in srgb, var (--icon-interactive-base ) 25% , transparent);
143153}
144154
145155/* --- Tool collapsible triggers: Better hover feedback --- */
You can’t perform that action at this time.
0 commit comments