Skip to content
Snippets Groups Projects
Commit a6835c37 authored by chris's avatar chris Committed by john
Browse files

comments position for notes editor

parent aee1a7d9
No related branches found
No related tags found
No related merge requests found
...@@ -42,7 +42,7 @@ class NotesEditor extends ProseEditor { ...@@ -42,7 +42,7 @@ class NotesEditor extends ProseEditor {
user: this.props.user user: this.props.user
}).addClass('sc-comments-pane') }).addClass('sc-comments-pane')
const editorWithComments = $$(SplitPane, { sizeA: '100%', splitType: 'vertical' }) const editorWithComments = $$(SplitPane, { sizeA: '80%', splitType: 'vertical' })
.append( .append(
editor, editor,
commentsPane commentsPane
......
...@@ -30,11 +30,10 @@ $background: #fff; ...@@ -30,11 +30,10 @@ $background: #fff;
} }
.sc-comment-pane-list { .sc-comment-pane-list {
border-left: 1px dashed $red; margin-left: 5%;
margin-left: 8%;
li { li {
max-width: 60%; max-width: 50%;
min-width: 60%; min-width: 50%;
} }
} }
} }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment