Hide single editor for the split second it's expanding
This commit is contained in:
parent
4f1d7a4052
commit
ad28875d9c
|
@ -268,6 +268,12 @@ input:invalid {
|
|||
margin: 0 0.7rem;
|
||||
padding: 1rem;
|
||||
}
|
||||
.section:only-child {
|
||||
opacity: 0 !important;
|
||||
}
|
||||
.section.height-calculated:only-child {
|
||||
opacity: 1 !important;
|
||||
}
|
||||
#sections > :not(:first-child) {
|
||||
border-top: 2px solid hsl(0, 0%, 80%);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user