mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-09 17:18:42 +00:00
10 lines
134 B
CSS
10 lines
134 B
CSS
.slide-editor {
|
|
height: 600px;
|
|
box-shadow: 0 2px 10px rgba(0,0,0,0.2);
|
|
}
|
|
|
|
.slide-editor .CodeMirror{
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|