From b00444ca5830b5ab833cc32a175e26627c2076a3 Mon Sep 17 00:00:00 2001 From: Chen-I Lim Date: Sun, 8 Oct 2023 18:30:40 -0700 Subject: [PATCH] Fix tabs --- online_log/static/replay/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/online_log/static/replay/js/app.js b/online_log/static/replay/js/app.js index 3e2dd10..18aeb3f 100644 --- a/online_log/static/replay/js/app.js +++ b/online_log/static/replay/js/app.js @@ -444,7 +444,7 @@ function createPara(d, i) { characterimg.style.height = "40px"; characterimg.style.width = "30px"; characterimg.style.position = "relative"; - characterimg.style.marginLeft = "10px"; + characterimg.style.marginLeft = "10px"; character.appendChild(characterimg); character.style.width = "fit-content";