aboutsummaryrefslogtreecommitdiffstats
path: root/root
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2020-05-20 14:57:40 +0000
committers-ol <s-ol@users.noreply.github.com>2020-05-20 15:01:37 +0000
commitbe59463c012db16c44eda411040f06bdcb78f0fa (patch)
treede431642034bb6ac471e8b24a91d70bac83f77fd /root
parentgames/fake-artist: better UI (diff)
downloadmmm-be59463c012db16c44eda411040f06bdcb78f0fa.tar.gz
mmm-be59463c012db16c44eda411040f06bdcb78f0fa.zip
fix games/IYNX
Diffstat (limited to 'root')
-rw-r--r--root/games/IYNX/pictures/text$moonscript -> fn -> mmm$dom.moon9
1 files changed, 4 insertions, 5 deletions
diff --git a/root/games/IYNX/pictures/text$moonscript -> fn -> mmm$dom.moon b/root/games/IYNX/pictures/text$moonscript -> fn -> mmm$dom.moon
index dfa03eb..531c6c3 100644
--- a/root/games/IYNX/pictures/text$moonscript -> fn -> mmm$dom.moon
+++ b/root/games/IYNX/pictures/text$moonscript -> fn -> mmm$dom.moon
@@ -3,15 +3,14 @@ import embed from (require 'mmm.mmmfs.util') require 'mmm.dom'
=>
images = for child in *@children
- embed child, nil, nil, attr: {
- style: {
- height: '15em'
- margin: '0 .5em'
- }
+ embed child, nil, nil, wrap: 'raw', style: {
+ height: '15em'
+ margin: '0 .5em'
}
div with images
.style = {
display: 'flex'
overflow: 'auto hidden'
+ height: '15rem'
}