diff --git a/frontend/src/components/Dashboard/widgets.tsx b/frontend/src/components/Dashboard/widgets.tsx index b069332..63e2c36 100644 --- a/frontend/src/components/Dashboard/widgets.tsx +++ b/frontend/src/components/Dashboard/widgets.tsx @@ -493,29 +493,37 @@ function SliderWidget({ widget, dashboard }: WidgetProps) { const unit = cfg.unit ? text(cfg.unit) : undefined return ( -
+ // Value beside the track rather than above it, the way a bar row reads — + // one row instead of two, and the tile keeps the height for the control. +
{pulse} - - +
+ +
+ {/* Held to the control's own height, so the value sits on the track's + midline whether or not there is a row of ticks under it. */} +
+ +
) }