diff --git a/lib/index.js b/lib/index.js index 5867792..e69acc6 100644 --- a/lib/index.js +++ b/lib/index.js @@ -261,7 +261,7 @@ export default class Timeline extends Component { height: this.state.x ? circleSize : 0, borderRadius: circleSize / 2, backgroundColor: circleColor, - left: this.state.x - circleSize / 2 + (lineWidth - 1) / 2 + left: this.state.x - circleSize / 2 + (lineWidth + 0.1) / 2 }; break; case "single-column-right":