mirror of
https://github.com/muerwre/markdown-home-tab.git
synced 2025-05-02 12:26:39 +07:00
made simplier editor, added color coding
This commit is contained in:
parent
601eda17de
commit
c1533e9cb9
15 changed files with 287 additions and 43 deletions
src/modules/editor/components/ReactMarkdownViewer
|
@ -0,0 +1,11 @@
|
|||
.editor {
|
||||
& > :first-child {
|
||||
margin-top: 0 !important;
|
||||
margin-left: 0 !important;
|
||||
}
|
||||
|
||||
& > :last-child {
|
||||
margin-bottom: 0 !important;
|
||||
margin-right: 0 !important;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue