We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Thanks for making this awesome product.
I tried following this example to update the status line style: #163 with something like this:
hyperline: { css: `.line { height: '50px'; }`, "line-height": "50px", "line-height": 50, lineHeight: '50px', lineHeight: '50', height: '50px', height: '50', },
But I could not get any of those settings to increase the height of the status line: https://github.com/Hyperline/hyperline/blob/master/src/lib/core/hyperline.js#L32
I tried changing the margin and padding css styles as well, but could not get anything to work.
Can you please provide some example configuration to do this? Or is this just not possible?
Thank you for your time :)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Thanks for making this awesome product.
I tried following this example to update the status line style:
#163
with something like this:
But I could not get any of those settings to increase the height of the status line:
https://github.com/Hyperline/hyperline/blob/master/src/lib/core/hyperline.js#L32
I tried changing the margin and padding css styles as well, but could not get anything to work.
Can you please provide some example configuration to do this? Or is this just not possible?
Thank you for your time :)
The text was updated successfully, but these errors were encountered: