mirror of
https://github.com/andrepimenta/claude-code-chat.git
synced 2025-12-17 11:59:38 +00:00
Update ui-styles.ts
This commit is contained in:
@@ -314,7 +314,7 @@ const styles = `
|
|||||||
color: white;
|
color: white;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
margin-left: 4px;
|
margin-left: 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tool-info {
|
.tool-info {
|
||||||
@@ -369,7 +369,7 @@ const styles = `
|
|||||||
color: white;
|
color: white;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
margin-left: 4px
|
margin-left: 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.message-icon.user {
|
.message-icon.user {
|
||||||
@@ -397,7 +397,7 @@ const styles = `
|
|||||||
}
|
}
|
||||||
|
|
||||||
.message-content {
|
.message-content {
|
||||||
padding-left: 4px;
|
padding-left: 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.priority-badge {
|
.priority-badge {
|
||||||
@@ -430,7 +430,7 @@ const styles = `
|
|||||||
}
|
}
|
||||||
|
|
||||||
.tool-input {
|
.tool-input {
|
||||||
padding: 12px;
|
padding: 6px;
|
||||||
font-family: var(--vscode-editor-font-family);
|
font-family: var(--vscode-editor-font-family);
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
line-height: 1.4;
|
line-height: 1.4;
|
||||||
|
|||||||
Reference in New Issue
Block a user