1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 17:59:55 +02:00
This commit is contained in:
Daniel Neto 2024-07-03 19:01:42 -03:00
parent b9cd2e8b2c
commit 254c74323f

View file

@ -11,7 +11,7 @@ function adjustMarkerWidths() {
}
const width = nextLeft - currentLeft;
marker.style.width = `calc(${width}% - 1px)`;
marker.style.width = `calc(${width}% - 3px)`;
marker.classList.add('marker-width-changed');
});
}