start to clean up and give things more sensible names.

get rid of the textarea entirely
This commit is contained in:
ansuz
2016-03-25 18:01:23 +01:00
parent f3fb674504
commit e26246178f
4 changed files with 13 additions and 28 deletions

View File

@@ -14,28 +14,17 @@
left:0px;
bottom:0px;
right:0px;
width:70%;
width:100%;
height:100%;
border:none;
margin:0;
padding:0;
overflow:hidden;
}
#feedback {
position: fixed;
top: 0px;
right: 0px;
border: 0px;
height: 100vh;
width: 30vw;
background-color: #222;
color: #ccc;
}
</style>
</head>
<body>
<iframe id="pad-iframe" src="inner.html"></iframe>
<textarea id="feedback"></textarea>
</body>
</html>