mirror of
https://github.com/pldubouilh/gossa.git
synced 2026-08-31 22:36:58 -04:00
fix display editor
This commit is contained in:
+2
-2
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user