Change thinking mode modal to when it is enabled

This commit is contained in:
andrepimenta
2025-06-23 23:52:25 +01:00
parent a1c2e6d139
commit 3bd35f0685
2 changed files with 101 additions and 50 deletions

View File

@@ -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;