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

Hover not working, I have to manually open and close #5

Open
ShivamSrng opened this issue Jun 23, 2022 · 2 comments
Open

Hover not working, I have to manually open and close #5

ShivamSrng opened this issue Jun 23, 2022 · 2 comments

Comments

@ShivamSrng
Copy link

Is, it in further development, because I am facing an issue, regarding hover. I have to manually click to open and close the tab. If everything is good, can I get some help ?

I am using PyCharm IDE, and I have taken the code as it is provided. Still I am facing this issue.

@Socvest
Copy link
Owner

Socvest commented Jun 23, 2022

What is your screen size? In the style.css, the button shows up when the screen size is smaller - not sure which dimensions boundary however, the only one that is hard coded is a very small mobile phone. If you want, you can edit it via the @media element.

I have just seen it with another project (git repo) and it seems to work.

@Socvest
Copy link
Owner

Socvest commented Jul 24, 2023

Hello, apologies. I have recently been going through the code (style.css file) and found that the hover function only works for devices that allow hover. If you are having to manually click to open and close the sidebar then your device does not allow for hover it seems. In the style.css file the @media(hover){ ...} function is an indication that for devices that allow or have the hover capability, do the below.

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