Fix: single editor doesn't stretch to full height (#728)

* Fix: single editor doesn't stretch to full height

* Fix: remove redundant selectors
This commit is contained in:
eight 2019-06-21 03:36:53 +08:00 committed by narcolepticinsomniac
parent d1db77e5b0
commit 6fbc291b19

View File

@ -777,8 +777,9 @@ html:not(.usercss) .usercss-only,
color: #888;
}
#sections .single-editor,
#sections > .single-editor:first-child {
/* FIXME: remove the ID selector */
#sections .single-editor {
height: 100%;
margin: 0;
padding: 0;
display: flex;