fix display editor

This commit is contained in:
Pierre Dubouilh
2019-02-07 23:02:24 +01:00
parent 8e2f79067e
commit c3a3966927
3 changed files with 16 additions and 6 deletions
+2 -2
View File
@@ -207,7 +207,7 @@ h1 {
}
#text-editor {
font-family: mono;
font-family: monospace;
background-color: #2d3436;
position: fixed;
left: 0px;
@@ -218,10 +218,10 @@ h1 {
overflow-y: auto;
word-wrap: anywhere;
padding: 20px;
margin-bottom: 20px;
outline: none;
width: -moz-available;
width: -webkit-fill-available;
border-bottom: 20px #2d3436 solid;
}