mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-02 08:15:56 +01:00
Sessions: Refactor AI Customization Management styles (#306873)
* Refactor padding and line-height in AI Customization Management styles for improved layout Co-authored-by: Copilot <copilot@github.com> * Update src/vs/workbench/contrib/chat/browser/aiCustomization/media/aiCustomizationManagement.css Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: mrleemurray <mrleemurray@users.noreply.github.com> Co-authored-by: Copilot <copilot@github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Michael Lively <12552271+Yoyokrazy@users.noreply.github.com>
This commit is contained in:
@@ -159,7 +159,7 @@
|
||||
|
||||
.ai-customization-management-editor .content-inner {
|
||||
height: 100%;
|
||||
padding: 8px 12px;
|
||||
padding: 10px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
@@ -552,7 +552,6 @@
|
||||
.ai-customization-list-widget .section-footer .section-footer-description {
|
||||
font-size: 13px;
|
||||
color: var(--vscode-descriptionForeground);
|
||||
line-height: 1.5;
|
||||
margin: 0 0 8px 0;
|
||||
}
|
||||
|
||||
@@ -960,8 +959,7 @@
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 12px;
|
||||
padding: 8px 4px 12px 4px;
|
||||
border-bottom: 1px solid var(--vscode-widget-border);
|
||||
padding: 4px 0;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user