This commit is contained in:
Chen-I Lim 2023-10-08 18:30:40 -07:00
parent 69bb007a2d
commit b00444ca58

View File

@ -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";