提交 efa3266c 编写于 作者: B Benjamin Pasero

💄 feedback

上级 204f0482
......@@ -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;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册