mirror of
https://github.com/andrepimenta/claude-code-chat.git
synced 2025-12-13 13:49:47 +00:00
Yolo mode a bit less subtle
This commit is contained in:
@@ -573,7 +573,7 @@ const styles = `
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 6px;
|
gap: 6px;
|
||||||
margin-top: 12px;
|
margin-top: 12px;
|
||||||
opacity: 0.8;
|
opacity: 1;
|
||||||
transition: opacity 0.2s ease;
|
transition: opacity 0.2s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -582,12 +582,12 @@ const styles = `
|
|||||||
}
|
}
|
||||||
|
|
||||||
.yolo-mode-section input[type="checkbox"] {
|
.yolo-mode-section input[type="checkbox"] {
|
||||||
transform: scale(0.8);
|
transform: scale(0.9);
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.yolo-mode-section label {
|
.yolo-mode-section label {
|
||||||
font-size: 10px;
|
font-size: 12px;
|
||||||
color: var(--vscode-descriptionForeground);
|
color: var(--vscode-descriptionForeground);
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
|
|||||||
Reference in New Issue
Block a user