fix games/IYNX
s-ol
3 years ago
100 | 100 | when 'well' |
101 | 101 | node = span { |
102 | 102 | class: klass |
103 | style: opts.style | |
103 | 104 | node |
104 | 105 | if opts.desc |
105 | 106 | div opts.desc, class: 'description' |
2 | 2 | |
3 | 3 | => |
4 | 4 | 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' | |
10 | 8 | } |
11 | 9 | |
12 | 10 | div with images |
13 | 11 | .style = { |
14 | 12 | display: 'flex' |
15 | 13 | overflow: 'auto hidden' |
14 | height: '15rem' | |
16 | 15 | } |