git ssb

0+

dangerousbeans / dangerous_patchbay



forked from Dominic / patchbay

Commit 1a083e09ed112f5d22fd44ae25221fd030f63199

fix electron big compose box

Joran committed on 12/18/2016, 10:46:38 PM
Parent: 2e73575694e4b2fa869e4a2c9d558fdfdbd2b887

Files changed

modules_basic/compose.jschanged
modules_basic/compose.jsView
@@ -119,9 +119,9 @@
119119
120120
121121 var publishBtn = h('button.btn.btn-default.pull-right', 'Publish', {onclick: publish})
122122 var composer =
123- h('div.compose', h('div.column', ta,
123 + h('div.compose', h('div', ta,
124124 accessories = h('div.compose__controls',
125125 //hidden until you focus the textarea
126126 {style: {display: opts.shrink === false ? '' : 'none'}},
127127 api.file_input(function (file) {

Built with git-ssb-web