switch back to two-panel layout
This commit is contained in:
parent
f33e061c9a
commit
b43674eb53
@ -26,28 +26,16 @@
|
|||||||
top: 0px;
|
top: 0px;
|
||||||
right: 0px;
|
right: 0px;
|
||||||
border: 0px;
|
border: 0px;
|
||||||
height: 50vh;
|
height: 100vh;
|
||||||
width: 50vw;
|
width: 50vw;
|
||||||
background-color: #222;
|
background-color: #222;
|
||||||
color: #ccc;
|
color: #ccc;
|
||||||
}
|
}
|
||||||
#problemo {
|
|
||||||
position: fixed;
|
|
||||||
top: 50vh;
|
|
||||||
right: 0px;
|
|
||||||
height: 50vh;
|
|
||||||
width: 50vw;
|
|
||||||
background: #999;
|
|
||||||
color: #111;
|
|
||||||
border: none;
|
|
||||||
overflow-y: auto;
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<iframe id="pad-iframe" src="inner.html"></iframe>
|
<iframe id="pad-iframe" src="inner.html"></iframe>
|
||||||
<textarea id="feedback"></textarea>
|
<textarea id="feedback"></textarea>
|
||||||
<pre id="problemo"></pre>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user