github ReikanYsora/Helios v1.8.3-alpha.25
v1.8.3-alpha.25: Live chip aligned with the time row via flexbox

latest release: v1.8.3-alpha.29
pre-release5 hours ago

Build on top of v1.8.3-alpha.24.

Live chip vertical alignment fix (refs #183)

The absolute-positioned chip was floating at top: 6px / right: 8px against the tooltip padding, but the time row's flex baseline sat a few pixels lower because of the 14 px clock glyph vs the chip's 18 px height. Result: the chip read as offset above the time content on screen.

  • The chip now lives as the last flex child of .tb-hover-tooltip-time.
  • margin-left: auto pushes it to the right edge of the row.
  • align-items: center on the parent vertically centres the chip on the clock glyph + the time label automatically.

Test plan

  • Hover the scrub timeline , chip baseline matches the clock + time baseline, no vertical offset.

Don't miss a new Helios release

NewReleases is sending notifications on new releases.