Skip to content

Commit 0864d19

Browse files
mrleemurrayCopilot
andauthored
Agents: Update spacing and padding in welcome prompts card styles (#310719)
* style: update spacing and padding in welcome prompts card styles * Update src/vs/workbench/contrib/chat/browser/aiCustomization/media/aiCustomizationWelcomePromptLaunchers.css Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: mrleemurray <mrleemurray@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 3eb60ea commit 0864d19

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/vs/workbench/contrib/chat/browser/aiCustomization/media/aiCustomizationWelcomePromptLaunchers.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -166,13 +166,13 @@
166166
.ai-customization-management-editor .welcome-prompts-cards {
167167
display: grid;
168168
grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
169-
gap: 8px;
169+
gap: 10px;
170170
}
171171

172172
.ai-customization-management-editor .welcome-prompts-card {
173173
display: flex;
174174
flex-direction: column;
175-
padding: 13px 14px;
175+
padding: 10px 12px 12px;
176176
border: 1px solid var(--vscode-widget-border);
177177
border-radius: 6px;
178178
background: var(--vscode-sideBar-background);
@@ -224,16 +224,16 @@
224224
}
225225

226226
.ai-customization-management-editor .welcome-prompts-card-action {
227-
font-size: 10px;
228-
color: var(--vscode-foreground);
227+
font-size: 11px;
228+
color: var(--vscode-button-secondaryForeground);
229229
cursor: pointer;
230230
display: flex;
231231
align-items: center;
232232
gap: 4px;
233-
padding: 2px 7px;
233+
padding: 4px 6px;
234234
border-radius: 4px;
235235
background: var(--vscode-button-secondaryBackground);
236-
border: none;
236+
border: 1px solid var(--vscode-button-border, var(--vscode-contrastBorder, transparent));
237237
}
238238

239239
.ai-customization-management-editor .welcome-prompts-card-action:hover {

0 commit comments

Comments
 (0)