Add styles for markdown preview in index.css
This commit is contained in:
@@ -497,6 +497,14 @@ body {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.markdown-preview {
|
||||
flex: 1;
|
||||
width: 100%;
|
||||
overflow-y: auto;
|
||||
padding: 14px;
|
||||
color: var(--ink);
|
||||
}
|
||||
|
||||
.editor__footer {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
|
||||
Reference in New Issue
Block a user