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 hide the header? #195

Open
arennf57 opened this issue Mar 30, 2022 · 3 comments
Open

How do I hide the header? #195

arennf57 opened this issue Mar 30, 2022 · 3 comments

Comments

@arennf57
Copy link

I found this post made a few years ago and it's exactly what I need: (#149 (comment))

@hibiyasleep
Copy link
Owner

You may put 'Settings - Style - Navbar - Navbar opacity when inactive' slider to left, it'll hide header unless mouse cursor's there.

@arennf57
Copy link
Author

image

And how can I hide the name, dps, d%, ch?

@hibiyasleep
Copy link
Owner

hibiyasleep commented Apr 2, 2022

that would be done with following line of custom CSS: (Settings - More)

#header { display: none !important; }

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

2 participants