better running

This commit is contained in:
Julie Blanc 2026-03-16 23:54:56 +01:00
parent 738d470087
commit 8a33fa6ef0
5 changed files with 37 additions and 30 deletions

View file

@ -35,7 +35,7 @@ export default class itemsDecor extends Handler {
runningPage.appendChild(symbols);
runningPage.appendChild(dots);
container.appendChild(runningPage);
area.appendChild(container);
area.after(container);
symbols.textContent = this.symbol;
const baseHeight = symbols.offsetHeight;