diff --git a/public/app.js b/public/app.js
index f441acc..7015d26 100644
--- a/public/app.js
+++ b/public/app.js
@@ -710,7 +710,7 @@ function renderStatusPanel(data, panel) {
html += `
${escapeHtml(t.label)}
-
+
${t.ms}ms
`;
}
diff --git a/public/style.css b/public/style.css
index 8e8220b..4f71711 100644
--- a/public/style.css
+++ b/public/style.css
@@ -952,6 +952,7 @@ body {
.timing-bar {
height: 100%;
+ width: var(--bar-w, 100%);
background: var(--accent);
border-radius: 4px;
min-width: 2px;