fix style
This commit is contained in:
parent
130398bf9c
commit
7bcb098d2c
|
@ -23,3 +23,18 @@ body {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
div.y2t-output {
|
||||||
|
display: flow-root;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.y2t-output button {
|
||||||
|
margin-bottom: 20px;
|
||||||
|
display:block;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.y2t-output div {
|
||||||
|
max-height: 120px;
|
||||||
|
overflow-y: scroll;
|
||||||
|
display:block;
|
||||||
|
}
|
|
@ -10,8 +10,6 @@
|
||||||
|
|
||||||
<div id="root">
|
<div id="root">
|
||||||
|
|
||||||
<h4>Welcome on the handler page v4</h4>
|
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
$url = $_POST['url'];
|
$url = $_POST['url'];
|
||||||
$lang = $_POST['lang'];
|
$lang = $_POST['lang'];
|
||||||
|
|
Loading…
Reference in New Issue