summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-08-22 18:01:50 +0200
committerJules Laplace <julescarbon@gmail.com>2018-08-22 18:01:50 +0200
commit2f3d04722683b749089fac9692b051464ad69cf2 (patch)
treecea83afcc6df1180e4e8ead68cd7f4eef1b55153 /index.html
parentacf03a89ea16bfa49db8c1175be8f0cf1e021ab3 (diff)
all features seem to be working
Diffstat (limited to 'index.html')
-rw-r--r--index.html23
1 files changed, 13 insertions, 10 deletions
diff --git a/index.html b/index.html
index ee85962..0719f78 100644
--- a/index.html
+++ b/index.html
@@ -105,21 +105,23 @@ select {
flex-direction: row;
width: 400px;
}
-#stats {
+.stats {
display: flex;
flex-direction: column;
+ margin-right: 10px;
}
-#stats .stat {
+.stats .stat {
display: flex;
flex-direction: row;
justify-content: space-between;
}
-#stats .key {
+.stats .key {
font-weight: normal;
}
-#stats .val {
+.stats .val {
width: 40px;
white-space: pre;
+ text-align: right;
}
canvas {
width: calc(100vh - 200px);
@@ -129,9 +131,9 @@ canvas {
display: none;
}
#log .val {
- margin-left: 10px;
- margin-top: 40px;
+ text-align: left;
}
+select#view { max-width: 260px; }
</style>
</head>
<body class='loading'>
@@ -161,10 +163,11 @@ canvas {
</div>
<div class='column'>
<select id="view"></select>
- <div id="stats"></div>
- </div>
- <div class='column'>
- <div id="log"></div>
+ <div class='row'>
+ <div id="stats" class="stats"></div>
+ <div id="agent" class="stats"></div>
+ <div id="log" class="stats"></div>
+ </div>
</div>
</div>
<div class="corner left">