Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -98,17 +98,18 @@
}

.chat-confirmation-widget-message h3 {
font-weight: 600;
font-weight: var(--vscode-agents-fontWeight-semiBold);
margin: 4px 0 8px;
font-size: 12px;
font-size: var(--vscode-agents-fontSize-label1);
}

.chat-confirmation-widget .chat-confirmation-widget-title .rendered-markdown p a {
color: inherit;
}

.chat-confirmation-widget-title small {
font-size: 1em;
font-size: var(--vscode-agents-fontSize-body2);
font-weight: var(--vscode-agents-fontWeight-regular);
opacity: 0.7;

&::before {
Expand Down Expand Up @@ -236,6 +237,11 @@
justify-content: space-between;
column-gap: 10px;

.chat-title {
font-size: var(--vscode-agents-fontSize-heading3);
font-weight: var(--vscode-agents-fontWeight-semiBold);
}

.rendered-markdown {
line-height: 24px !important;

Expand Down Expand Up @@ -301,7 +307,7 @@
flex: 1;
min-width: 0;
color: var(--vscode-descriptionForeground);
font-size: 12px;
font-size: var(--vscode-agents-fontSize-label1);
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
Expand Down Expand Up @@ -344,8 +350,8 @@
display: inline-flex;
gap: 4px;
margin-left: 6px;
font-size: 11px;
font-weight: 500;
font-size: var(--vscode-agents-fontSize-label2);
font-weight: var(--vscode-agents-fontWeight-semiBold);
flex-shrink: 0;
}

Expand Down Expand Up @@ -449,7 +455,7 @@
}

.monaco-button-dropdown > .monaco-button.monaco-dropdown-button.codicon[class*='codicon-'] {
font-size: 12px;
font-size: var(--vscode-codiconFontSize-compact);
}
}

Expand Down Expand Up @@ -485,7 +491,7 @@
}

.codicon {
font-size: 12px;
font-size: var(--vscode-codiconFontSize-compact);
}

&:hover {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
.interactive-session .chat-plan-review-container .chat-plan-review-title-label {
flex: 1;
min-width: 0;
font-weight: 500;
font-weight: var(--vscode-agents-fontWeight-semiBold);
font-size: var(--vscode-chat-font-size-body-s);
white-space: nowrap;
overflow: hidden;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@
word-break: break-word;
overflow-wrap: anywhere;
white-space: normal;
font-weight: 500;
font-size: var(--vscode-chat-font-size-body-s);
font-weight: var(--vscode-agents-fontWeight-semiBold);
font-size: var(--vscode-agents-fontSize-heading3);
margin: 0;

.rendered-markdown {
Expand Down Expand Up @@ -179,7 +179,7 @@
.interactive-session .chat-question-carousel-container .chat-question-input-container {
display: flex;
flex-direction: column;
padding: 8px;
padding: 8px 16px;
min-width: 0;

&::after {
Expand All @@ -204,7 +204,7 @@
.chat-question-list-item {
display: flex;
align-items: center;
gap: 12px;
gap: 8px;
padding: 6px 8px;
cursor: pointer;
border-radius: var(--vscode-cornerRadius-medium);
Expand All @@ -228,7 +228,8 @@

/* Label in list item */
.chat-question-list-label {
font-size: var(--vscode-chat-font-size-body-s);
font-size: var(--vscode-agents-fontSize-body2);
font-weight: var(--vscode-agents-fontWeight-semiBold);
flex: 1;
word-wrap: break-word;
overflow-wrap: break-word;
Expand All @@ -237,12 +238,12 @@
}

.chat-question-list-label-title {
font-weight: 500;
font-weight: var(--vscode-agents-fontWeight-semiBold);
line-height: 1.4;
}

.chat-question-list-label-desc {
font-weight: normal;
font-weight: var(--vscode-agents-fontWeight-regular);
color: var(--vscode-descriptionForeground);
}
}
Expand All @@ -252,8 +253,8 @@

.chat-question-list-number {
line-height: 1.4;
font-size: var(--vscode-chat-font-size-body-s);
font-weight: 500;
font-size: var(--vscode-agents-fontSize-body2);
font-weight: var(--vscode-agents-fontWeight-semiBold);
}

.chat-question-list-checkbox {
Expand Down Expand Up @@ -330,7 +331,7 @@
flex-direction: row;
align-items: center;
padding: 4px 8px;
gap: 12px;
gap: 8px;

.chat-question-freeform-number {
height: fit-content;
Expand Down Expand Up @@ -373,7 +374,8 @@
/* todo: change to use keybinding service so we don't have to recreate this */
.chat-question-list-number,
.chat-question-freeform-number {
font-size: var(--vscode-chat-font-size-body-s);
font-size: var(--vscode-agents-fontSize-body2);
font-weight: var(--vscode-agents-fontWeight-semiBold);
color: var(--vscode-descriptionForeground);
flex-shrink: 0;
min-width: 1ch;
Expand Down Expand Up @@ -443,7 +445,7 @@
}

.chat-question-submit-hint {
font-size: 11px;
font-size: var(--vscode-agents-fontSize-body2);
color: var(--vscode-descriptionForeground);
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
}

.chat-tool-carousel-collapsed-title {
font-weight: 500;
font-weight: var(--vscode-agents-fontWeight-semiBold);
font-size: var(--vscode-chat-font-size-body-s);
white-space: nowrap;
color: var(--vscode-foreground);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
border-top-right-radius: 4px;
background-color: color-mix(in srgb, var(--vscode-focusBorder) 6%, var(--vscode-editorWidget-background));
color: var(--vscode-foreground);
font-size: 12px;
font-size: var(--vscode-agents-fontSize-label1);
line-height: 18px;
min-width: 0;
}
Expand All @@ -39,7 +39,7 @@

.chat-goal-banner .chat-goal-banner-label {
flex-shrink: 0;
font-weight: 600;
font-weight: var(--vscode-agents-fontWeight-semiBold);
}

.chat-goal-banner .chat-goal-banner-text {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@

/* Title */
.chat-input-notification .chat-input-notification-title {
font-size: 12px;
font-weight: 600;
font-size: var(--vscode-agents-fontSize-label1);
font-weight: var(--vscode-agents-fontWeight-semiBold);
line-height: 18px;
color: var(--vscode-foreground);
flex: 1;
Expand All @@ -105,7 +105,7 @@

.chat-input-notification .chat-input-notification-title-markdown code {
font-family: var(--monaco-monospace-font);
font-size: 11px;
font-size: var(--vscode-agents-fontSize-body2);
padding: 0 3px;
border-radius: 3px;
background: var(--vscode-textCodeBlock-background);
Expand All @@ -121,7 +121,7 @@

/* Description */
.chat-input-notification .chat-input-notification-description {
font-size: 12px;
font-size: var(--vscode-agents-fontSize-label1);
line-height: 18px;
color: var(--vscode-descriptionForeground);
flex: 1 1 auto;
Expand All @@ -142,7 +142,7 @@

/* Action buttons */
.chat-input-notification .chat-input-notification-action-button {
font-size: 11px;
font-size: var(--vscode-agents-fontSize-label2);
padding: 4px 12px;
min-width: unset;
width: auto;
Expand Down
Loading