forked from 0x2620/pandora
embed code is a big longer now. make text area bigger
This commit is contained in:
parent
6f920e7c93
commit
3e71ed3d6f
1 changed files with 4 additions and 2 deletions
|
@ -39,8 +39,10 @@ pandora.ui.embedDialog = function(data) {
|
||||||
$('<textarea>')
|
$('<textarea>')
|
||||||
.css({
|
.css({
|
||||||
width: '520px',
|
width: '520px',
|
||||||
margin: '16px',
|
marginLeft: '16px',
|
||||||
height: '100%'
|
marginRight: '16px',
|
||||||
|
marginTop: '8px',
|
||||||
|
height: '50px'
|
||||||
}).val(
|
}).val(
|
||||||
'<iframe width="' + width
|
'<iframe width="' + width
|
||||||
+ '" height="' + height
|
+ '" height="' + height
|
||||||
|
|
Loading…
Reference in a new issue