When updating the view check to see if the sidebar contains any visible children elements. If not, hide it.
38 lines
621 B
CSS
38 lines
621 B
CSS
.recline-transform {
|
|
overflow: hidden;
|
|
}
|
|
|
|
.recline-transform .script textarea {
|
|
width: 100%;
|
|
height: 100px;
|
|
font-family: monospace;
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.recline-transform h2 {
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.recline-transform h2 .okButton {
|
|
margin-left: 10px;
|
|
margin-top: -2px;
|
|
}
|
|
|
|
.expression-preview-parsing-status {
|
|
color: #999;
|
|
}
|
|
|
|
.expression-preview-parsing-status.error {
|
|
color: red;
|
|
}
|
|
|
|
.recline-transform .before-after .after {
|
|
font-style: italic;
|
|
}
|
|
|
|
.recline-transform .before-after .after.different {
|
|
font-weight: bold;
|
|
}
|