changes indicator

This commit is contained in:
2018-07-23 08:49:38 +03:00
parent 57048f5fc3
commit c0ccc40d17
3 changed files with 32 additions and 8 deletions

View File

@@ -291,8 +291,10 @@ tr:nth-child(odd) {
}
#editor_area {
width: 40vw;
width: 82vw;
float: left;
background-color: var(--background-light-color);
border: 2px solid var(--border-color);
}
#editor_preview {
@@ -300,6 +302,7 @@ tr:nth-child(odd) {
margin-left: 2vw;
float: left;
line-height: normal;
display: none;
}
#editor_preview p {