Skip to content
New issue

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

How do I update the status line's height? #188

Open
zhao-li opened this issue Oct 19, 2019 · 0 comments
Open

How do I update the status line's height? #188

zhao-li opened this issue Oct 19, 2019 · 0 comments

Comments

@zhao-li
Copy link

zhao-li commented Oct 19, 2019

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 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant