spec combos preview
This commit is contained in:
parent
1600ca6c82
commit
5c946c559b
@ -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;
|
||||
}
|
||||
|
||||
@ -228,6 +228,7 @@ function convertItem(v) {
|
||||
shapes.vboxColour(v.toLowerCase())
|
||||
);
|
||||
}
|
||||
if (shapes[v]) return shapes[v]();
|
||||
return v || <span> </span>;
|
||||
// uncomment for double borders in vbox;
|
||||
// if (v) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user