mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-08 02:43:11 -05:00
💄 feedback
This commit is contained in:
@@ -197,7 +197,7 @@ export class FeedbackDropdown extends Dropdown {
|
||||
|
||||
const $buttons = $('div.form-buttons').appendTo($form);
|
||||
|
||||
const $hideButtonContainer = $('div.hide-button').appendTo($buttons);
|
||||
const $hideButtonContainer = $('div.hide-button-container').appendTo($buttons);
|
||||
|
||||
this.hideButton = $('input.hide-button').type('checkbox').attr('checked', '').id('hide-button').appendTo($hideButtonContainer).getHTMLElement() as HTMLInputElement;
|
||||
|
||||
|
||||
@@ -160,7 +160,12 @@
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.monaco-shell .feedback-form .form-buttons .hide-button {
|
||||
.monaco-shell .feedback-form .form-buttons .hide-button-container {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.monaco-shell .feedback-form .form-buttons .hide-button-container input,
|
||||
.monaco-shell .feedback-form .form-buttons .hide-button-container label {
|
||||
align-self: center;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user