diff --git a/plugin/Bookmark/script.js b/plugin/Bookmark/script.js index 1217528056..a4694da563 100644 --- a/plugin/Bookmark/script.js +++ b/plugin/Bookmark/script.js @@ -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'); }); }