mirror of
https://github.com/andrepimenta/claude-code-chat.git
synced 2025-12-15 05:29:41 +00:00
Change thinking mode modal to when it is enabled
This commit is contained in:
@@ -1052,6 +1052,17 @@ const styles = `
|
||||
}
|
||||
|
||||
|
||||
/* Thinking intensity modal */
|
||||
.thinking-modal-description {
|
||||
padding: 0px 20px;
|
||||
font-size: 12px;
|
||||
color: var(--vscode-descriptionForeground);
|
||||
line-height: 1.5;
|
||||
text-align: center;
|
||||
margin: 20px;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
/* Slash commands modal */
|
||||
.slash-commands-info {
|
||||
padding: 12px 16px;
|
||||
|
||||
Reference in New Issue
Block a user