render reflects new Leaf

This commit is contained in:
Bel LaPointe
2022-02-17 10:56:21 -07:00
parent 3addc717a3
commit ced507ca68
10 changed files with 65 additions and 35 deletions

View File

@@ -73,6 +73,9 @@
.tb_fullscreen {
height: 100%;
}
.button, button, input[type="button"] {
height: auto;
}
</style>
<script>
function http(method, remote, callback, body, headers) {
@@ -182,6 +185,9 @@
.tb_fullscreen {
height: 100%;
}
.button, button, input[type="button"] {
height: auto;
}
</style>
<script>
function http(method, remote, callback, body, headers) {