export function pushCenter(input, label) {
  startTimestamp = null;
  label.style.position = 'relative';
  const end = label.offsetLeft;
  label.style.position = 'absolute';