Skip to content

Instantly share code, notes, and snippets.

@zaydek-old
Created September 20, 2019 19:03
Show Gist options
  • Save zaydek-old/bb864347dcf5c8d5c1c97d2881e1e741 to your computer and use it in GitHub Desktop.
Save zaydek-old/bb864347dcf5c8d5c1c97d2881e1e741 to your computer and use it in GitHub Desktop.
// // Reduce empty block height for read-only mode.
// //
// // Expected to be `h:0.6` or `12px`.
// const reduceEmpty = (readOnly, children) => ({ height: readOnly && !children && "calc(0.75 * var(--fs-mod) * var(--fs) * var(--lh))" })
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment