aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--termcast_server/index.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/termcast_server/index.html b/termcast_server/index.html
index db2f191..9696760 100644
--- a/termcast_server/index.html
+++ b/termcast_server/index.html
@@ -9,6 +9,7 @@
.term {
display: none;
font-family: monospace;
+ font-size: 12px;
}
.term table {
@@ -19,6 +20,9 @@
.term td {
padding: 0px;
+ max-width: 7px;
+ max-height: 14px;
+ overflow: hidden;
}
</style>
<script>