Created
September 20, 2019 19:03
-
-
Save zaydek-old/bb864347dcf5c8d5c1c97d2881e1e741 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// // 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