chore: markdown

This commit is contained in:
lencx
2023-01-19 00:13:10 +08:00
parent 8a3ccb6231
commit 1af173cb24
7 changed files with 108 additions and 43 deletions

View File

@@ -1,11 +1,24 @@
.markdown-body {
height: 100%;
overflow: auto;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";
&.edit-preview {
padding: 10px;
font-size: 14px;
}
pre, code {
font-family: monospace, monospace;
}
}
.md-main {
height: calc(100vh - 130px);
overflow: hidden;
}
.resize-handle {
width: 0.25rem;
transition: 250ms linear background-color;