Commit b825cc4a398547f81f4d9c4336f2f619ab910f54
BEM on message confirm
Dominic Tarr committed on 6/24/2016, 10:02:18 PMParent: a1db279053aec5366d349c13b1b768184961ce89
Files changed
modules/message-confirm.js | changed |
modules/message-confirm.js | ||
---|---|---|
@@ -26,12 +26,12 @@ | ||
26 | 26 | okay.addEventListener('keydown', function (ev) { |
27 | 27 | if(ev.keyCode === 27) cancel.click() //escape |
28 | 28 | }) |
29 | 29 | |
30 | - lb.show(h('div.column', | |
30 | + lb.show(h('div.column.message-confirm', | |
31 | 31 | message_content({key: "DRAFT", value: {content: content}}) |
32 | 32 | || h('pre', JSON.stringify(content, null, 2)), |
33 | - h('div.row', okay, cancel) | |
33 | + h('div.row.message-confirm__controls', okay, cancel) | |
34 | 34 | )) |
35 | 35 | |
36 | 36 | okay.focus() |
37 | 37 |
Built with git-ssb-web