spec combos preview

This commit is contained in:
Mashy 2019-09-04 16:40:53 +10:00
parent 1600ca6c82
commit 5c946c559b
2 changed files with 11 additions and 0 deletions

View File

@ -60,6 +60,16 @@
height: 1em;
}
.instance .info figure {
display: inline;
height: 0.5em;
}
.instance .info figcaption {
font-size: 1em;
}
.instance .constructs {
grid-area: constructs;
}

View File

@ -228,6 +228,7 @@ function convertItem(v) {
shapes.vboxColour(v.toLowerCase())
);
}
if (shapes[v]) return shapes[v]();
return v || <span>&nbsp;</span>;
// uncomment for double borders in vbox;
// if (v) {