Fix: single editor doesn't stretch to full height

This commit is contained in:
eight 2019-06-16 23:31:19 +08:00
parent 514fa3204f
commit e83f5fb00e

View File

@ -770,6 +770,10 @@ html:not(.usercss) .usercss-only,
color: #888;
}
#sections .single-editor {
height: 100%;
}
#sections .single-editor,
#sections > .single-editor:first-child {
margin: 0;