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

problem with footer in documentation #874

Open
WassCodeur opened this issue Mar 29, 2024 · 5 comments
Open

problem with footer in documentation #874

WassCodeur opened this issue Mar 29, 2024 · 5 comments
Labels
category:web category:Web

Comments

@WassCodeur
Copy link
Contributor

Description

When you hover over the menu in the footer, the footer tends to distort the footer and even the whole page. This problem is more serious for the API Reference page in the documentation.

Way to reproduce

you can see it in the video below

furydocfootissue.webm
@noobyco
Copy link

noobyco commented Mar 30, 2024

I had noticed this issue too, including the search bar which looks weird.


image

@deka27
Copy link
Contributor

deka27 commented Mar 30, 2024

@WassCodeur The distortion can be fixed by removing/commenting line 270 from styles.css. You can check this in dev tools as well.

.footer-link, .footer-link:hover {
font-size: 1rem;
color: var(--colorSecondary);
}

@noobyco
Copy link

noobyco commented Mar 31, 2024

Hii Kaustav!

I have resolved the API footer issue in https://github.com/fury-gl/fury-website/tree/gh-pages repo by tweaking the HTML code inside reference/*.html files. I have noticed a strange workflow for updating fury-website and I am not sure how to do this properly, I'm still figuring it out.

I have reached out to you via mail.

@deka27
Copy link
Contributor

deka27 commented Apr 1, 2024

@noobyco , I would not recommend updating the fury-website repo, as that will not be helpful. You will have to make changes in the fury-repo. I mentioned in my previous comment, where the change needs to be. You just need to make this change in local and the test it with the build. I would recommend going through Sphinx to understand the repo structure.

@noobyco
Copy link

noobyco commented Apr 2, 2024

Thanks, Kaustav. It took me time to understand the flow fully with your help eventually. It all makes sense now :)

@skoudoro skoudoro added the category:web category:Web label Jun 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:web category:Web
Projects
None yet
Development

No branches or pull requests

4 participants