Skip to content

Commit 4c2f098

Browse files
committed
Improve styling according to reviewer feedback
1 parent f443ebb commit 4c2f098

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

media/options-widget.css

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,10 @@
114114
outline-color: var(--vscode-focusBorder);
115115
}
116116

117+
.advanced-options-accordion .p-accordion-tab {
118+
width: 180px;
119+
}
120+
117121
.advanced-options-accordion .p-accordion-header {
118122
border-top: 1px solid var(--vscode-widget-border);
119123
color: var(--vscode-sideBarSectionHeader-foreground);
@@ -147,6 +151,10 @@
147151
margin-top: 1.1rem
148152
}
149153

154+
.p-accordion-content .advanced-options-content {
155+
padding-left: 0.5rem;
156+
}
157+
150158
.advanced-options-content {
151159
width: 180px;
152160
text-align: left;
@@ -199,6 +207,6 @@
199207

200208
.settings-contribution-message {
201209
margin-top: 0;
202-
margin-bottom: 0.5em;
210+
margin-bottom: 0.5rem;
203211
color: var(--vscode-descriptionForeground);
204212
}

0 commit comments

Comments
 (0)