Edit notes in a larger area

This commit is contained in:
Eike Kettner
2020-01-29 21:57:02 +01:00
parent c504a3df42
commit 518d6911f0
3 changed files with 269 additions and 23 deletions

View File

@ -35,6 +35,28 @@
width: auto;
}
.default-layout .ui.segment .item-notes {
padding: 0 1em;
}
.markdown-preview {
overflow: auto;
max-height: 300px;
}
.markdown-split > textarea.markdown-editor {
height: 100%;
max-height: 300px;
width: 100%;
border: 0;
border-right: 1px solid #00000060
}
textarea.markdown-editor {
height: 100%;
max-height: 300px;
width: 100%;
border: 0;
min-height: 10em;
}
.default-layout .job-log {
background: #181819;