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: autopushes it to the right edge of the row.align-items: centeron 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.