Skip to content

Commit

Permalink
Adjust styling to reviewer feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
planger committed May 29, 2024
1 parent 6822f63 commit ea868ec
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion media/options-widget.css
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,10 @@
line-height: 22px;
}

.advanced-options-accordion .p-accordion-toggle-icon {
margin-right: 3px;
}

.advanced-options-content {
color: var(--vscode-settings-headerForeground);
padding-bottom: 0.5rem;
Expand Down Expand Up @@ -195,6 +199,6 @@

.settings-contribution-message {
margin-top: 0;
margin-bottom: 0;
margin-bottom: 0.5em;
color: var(--vscode-descriptionForeground);
}

0 comments on commit ea868ec

Please sign in to comment.