Wikiki / bulma-timeline

Bulma's extension to display a timeline
MIT License
183 stars 48 forks source link

timeline-marker on is-centered is not centered on the border #16

Closed FlorentinBurgeat closed 7 years ago

FlorentinBurgeat commented 7 years ago

The right elements only on a is-centered timeline have their timeline-marker a little too on the right. I think a position left of -43em (instead of -35em) renders better.

Wikiki commented 7 years ago

Fixed

FlorentinBurgeat commented 7 years ago

Hey, I'm sorry but now it's the left blocks markers that are a little too on the left :/ image

Wikiki commented 7 years ago

The point is marker position is calculated with the following rule: -(($timeline-marker-size / 2) - $timeline-marker-border-size / 2)

But I forgot to take into account the .1em margin added to the left content.