S2OJ/web/css/blog-editor.css

13 lines
199 B
CSS
Raw Normal View History

2016-07-18 16:39:37 +00:00
.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%;
}