Hide single editor for the split second it's expanding

This commit is contained in:
narcolepticinsomniac 2019-05-26 15:19:26 -04:00 committed by GitHub
parent 4f1d7a4052
commit ad28875d9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -268,6 +268,12 @@ input:invalid {
margin: 0 0.7rem; margin: 0 0.7rem;
padding: 1rem; padding: 1rem;
} }
.section:only-child {
opacity: 0 !important;
}
.section.height-calculated:only-child {
opacity: 1 !important;
}
#sections > :not(:first-child) { #sections > :not(:first-child) {
border-top: 2px solid hsl(0, 0%, 80%); border-top: 2px solid hsl(0, 0%, 80%);
} }