mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-08 16:08:41 +00:00
13 lines
199 B
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%;
|
||
|
}
|