Skip to content

Commit bdd88df

Browse files
authored
Hide chat context widget in compact mode (#292605) (#292743)
1 parent a9b5a9d commit bdd88df

File tree

1 file changed

+5
-0
lines changed
  • src/vs/workbench/contrib/chat/browser/widget/media

1 file changed

+5
-0
lines changed

src/vs/workbench/contrib/chat/browser/widget/media/chat.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -787,6 +787,11 @@ have to be updated for changes to the rules above, or to support more deeply nes
787787
z-index: 1;
788788
}
789789

790+
/* Hide context usage widget in compact mode (quick chat) */
791+
.interactive-session .interactive-input-part.compact .chat-context-usage-container {
792+
display: none;
793+
}
794+
790795
.interactive-input-part:has(.chat-editing-session > .chat-editing-session-container) .chat-input-container,
791796
.interactive-input-part:has(.chat-todo-list-widget-container > .chat-todo-list-widget.has-todos) .chat-input-container,
792797
.interactive-input-part:has(.chat-input-widgets-container > .chat-status-widget:not([style*="display: none"])) .chat-input-container {

0 commit comments

Comments
 (0)