Skip to content

Commit

Permalink
fix textareasize
Browse files Browse the repository at this point in the history
  • Loading branch information
g200kg committed Mar 14, 2019
1 parent df322cb commit fec1367
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4244,7 +4244,7 @@
function ImportText(){
var tar=document.getElementById((currentpatch+1)+"nam");
var panel=document.getElementById("textareabase");
document.getElementById("textareamsg").innerHTML="Load from Text : Paste here the Text from 'Show Patch as text' or guitarpatches.com's zoom MS-50G patch page texts.";
document.getElementById("textareamsg").innerHTML="Load from Text : Paste here the Text from 'Show Patch as text'<br/> or guitarpatches.com's zoom MS-50G patch page texts.";
document.getElementById("textareatext").value="";
var rc=tar.getBoundingClientRect();
panel.style.display="block";
Expand Down Expand Up @@ -4582,7 +4582,7 @@
border-radius: 3px;
box-shadow: 2px 2px 3px 3px rgba(0,0,0,0.4);
width:800px;
height:150px;
height:200px;
padding:10px;
margin:auto;
left:0;
Expand All @@ -4593,6 +4593,7 @@
#textareapanel textarea{
width:700px;
height:100px;
resize:none;
}
#textareapanel button{
width:70px;
Expand Down

0 comments on commit fec1367

Please sign in to comment.