mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 09:49:28 +02:00
Update
This commit is contained in:
parent
b9cd2e8b2c
commit
254c74323f
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ function adjustMarkerWidths() {
|
||||||
}
|
}
|
||||||
|
|
||||||
const width = nextLeft - currentLeft;
|
const width = nextLeft - currentLeft;
|
||||||
marker.style.width = `calc(${width}% - 1px)`;
|
marker.style.width = `calc(${width}% - 3px)`;
|
||||||
marker.classList.add('marker-width-changed');
|
marker.classList.add('marker-width-changed');
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue