grid - 💄

This commit is contained in:
Benjamin Pasero 2018-05-08 14:08:37 +02:00
parent b78a183bee
commit 75a978afcf
2 changed files with 1 additions and 3 deletions

View file

@ -24,5 +24,5 @@
}
#monaco-workbench-editor-drop-overlay > .editor-group-overlay-indicator.overlay-transition {
transition: top 100ms ease-in, left 100ms ease-in, width 100ms ease-in, height 100ms ease-in;
transition: top 90ms ease-out, left 90ms ease-out, width 90ms ease-out, height 90ms ease-out;
}

View file

@ -38,8 +38,6 @@ import { NextEditorDragAndDrop } from './nextEditorDragAndDrop';
// - editor: move/copy to existing group, move/copy to new split group (up, down, left, right)
// - group: move/copy to existing group (merges?), move/copy to new split group (up, down, left, right)
// TODO@grid enable double click on sash to even out widths in one dimension
// TODO@grid enable minimized/maximized groups in one dimension
interface INextEditorPartUIState {