Commit 1a083e09ed112f5d22fd44ae25221fd030f63199
fix electron big compose box
Joran committed on 12/18/2016, 10:46:38 PMParent: 2e73575694e4b2fa869e4a2c9d558fdfdbd2b887
Files changed
modules_basic/compose.js | changed |
modules_basic/compose.js | ||
---|---|---|
@@ -119,9 +119,9 @@ | ||
119 | 119 … | |
120 | 120 … | |
121 | 121 … | var publishBtn = h('button.btn.btn-default.pull-right', 'Publish', {onclick: publish}) |
122 | 122 … | var composer = |
123 | - h('div.compose', h('div.column', ta, | |
123 … | + h('div.compose', h('div', ta, | |
124 | 124 … | accessories = h('div.compose__controls', |
125 | 125 … | //hidden until you focus the textarea |
126 | 126 … | {style: {display: opts.shrink === false ? '' : 'none'}}, |
127 | 127 … | api.file_input(function (file) { |
Built with git-ssb-web