git.s-ol.nu mmm / be59463
fix games/IYNX s-ol 3 years ago
2 changed file(s) with 5 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
100100 when 'well'
101101 node = span {
102102 class: klass
103 style: opts.style
103104 node
104105 if opts.desc
105106 div opts.desc, class: 'description'
22
33 =>
44 images = for child in *@children
5 embed child, nil, nil, attr: {
6 style: {
7 height: '15em'
8 margin: '0 .5em'
9 }
5 embed child, nil, nil, wrap: 'raw', style: {
6 height: '15em'
7 margin: '0 .5em'
108 }
119
1210 div with images
1311 .style = {
1412 display: 'flex'
1513 overflow: 'auto hidden'
14 height: '15rem'
1615 }