reverse diff editor sides

This commit is contained in:
Dan Percic 2021-09-24 21:25:01 +03:00
parent b83efbcce1
commit 6c5bc099a8

View File

@ -21,3 +21,25 @@
$iqser-filter-bg: vars.$filter-bg,
$iqser-helpmode-primary: vars.$green-2
);
.monaco-diff-editor {
.editor.original {
right: 30px !important; // diffOverviewRuler size
left: unset !important;
}
.editor.modified {
left: 0 !important;
width: unset !important;
}
.diffOverview {
.diffOverviewRuler.original {
left: 15px !important;
}
.diffOverviewRuler.modified {
right: 15px !important;
}
}
}