Update index.html
This commit is contained in:
parent
47fb095dbd
commit
16b05af078
1 changed files with 2 additions and 2 deletions
|
@ -78,14 +78,14 @@
|
||||||
.editor {
|
.editor {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
background-color: #1e1e1e;
|
background-color: #1e1e1e;
|
||||||
padding: 10px;
|
padding: .3%;
|
||||||
|
width: 1em;
|
||||||
}
|
}
|
||||||
.CodeMirror {
|
.CodeMirror {
|
||||||
height: 100% !important;
|
height: 100% !important;
|
||||||
}
|
}
|
||||||
.status-bar {
|
.status-bar {
|
||||||
height: 2%;
|
height: 2%;
|
||||||
width: 100%;
|
|
||||||
background-color: #007acc;
|
background-color: #007acc;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
Loading…
Reference in a new issue