Skip to content

Commit

Permalink
codemirror style 변경, electron update
Browse files Browse the repository at this point in the history
  • Loading branch information
joostory committed Apr 29, 2022
1 parent 4ade884 commit b90f800
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 16 deletions.
26 changes: 13 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/renderer/components/editor/EditorContent.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ function Editor({editorMode, content, onUpload, onOpenFile, onChange}) {
onChange={onChange}
/>
)
}
}
}

export default function EditorContent({content, onChange, onUpload, title, onTitleChange}) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const styles = {
width:700,
display: 'flex',
alignItems: 'center',
borderRadius:(theme) => theme.shape.borderRadius,
borderRadius:(theme) => 1,
paddingLeft:(theme) => theme.spacing(0.5),
height:(theme) => theme.spacing(5),
left: '50%',
Expand Down
4 changes: 3 additions & 1 deletion src/renderer/styles/components/markdown-editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@
width:100%;
height:auto;
margin:0 auto;
padding:30px 0;
padding:30px 0 70px;
font-family:Menlo, Consolas, 'DejaVu Sans Mono', monospace;
font-size: 14px;
color:#333;
background:transparent;
outline: none;

Expand Down

0 comments on commit b90f800

Please sign in to comment.