Commit 6c004af 1 parent 07639ac commit 6c004af Copy full SHA for 6c004af
File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 111
111
<div
112
112
class="editor"
113
113
:class="{'focus-mode': tab.isFocusMode}"
114
- :style="{width: getSplitWidth('editor'), 'font-size': settings.fontSize + 'px'}"
114
+ :style="{
115
+ width: getSplitWidth('editor'),
116
+ 'font-size': settings.fontSize + 'px',
117
+ 'border-right-width': currentTab.writingMode === 'default' ? '1px' : '0'
118
+ }"
115
119
v-show="currentTab && currentTab.writingMode !== 'preview'">
116
120
<textarea class="editor-input" :id="'editor-' + $index">{{ tab.content }}</textarea>
117
121
<div class="resize-bar" @mousedown="resizeStart($event, $index)"></div>
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ $light: #ccc;
66
66
}
67
67
68
68
.editor {
69
- border-right-color : $dark;
69
+ border-right-color : $light - dark;
70
70
.CodeMirror {
71
71
background-color : $dark !important ;
72
72
}
You can’t perform that action at this time.
0 commit comments