Fix: remove redundant selectors

This commit is contained in:
eight 2019-06-17 00:12:02 +08:00
parent e83f5fb00e
commit b16503f5de

View File

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