mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-04 01:44:18 +01:00
more margin tweaks
This commit is contained in:
@@ -90,12 +90,16 @@
|
||||
/* status */
|
||||
|
||||
.monaco-editor .interactive-editor .status {
|
||||
margin-top: 4px;
|
||||
margin-top: 3px;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.monaco-editor .interactive-editor .status.actions {
|
||||
margin-top: 6px;
|
||||
}
|
||||
|
||||
.monaco-editor .interactive-editor .status .actions.hidden {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@@ -423,6 +423,7 @@ export class InteractiveEditorWidget {
|
||||
updateToolbar(show: boolean) {
|
||||
this._elements.statusToolbar.classList.toggle('hidden', !show);
|
||||
this._elements.feedbackToolbar.classList.toggle('hidden', !show);
|
||||
this._elements.status.classList.toggle('actions', show);
|
||||
this._onDidChangeHeight.fire();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user