S2OJ/web/css/blog-editor.css

13 lines
199 B
CSS

.blog-content-md-editor-in {
width: 100%;
height: 500px;
}
.blog-content-md-editor-preview {
width: 100%;
height: 500px;
}
.blog-content-md-editor-preview iframe {
height: 100%;
width: 100%;
}