You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Firstly I really appreciate this project, makes docs so much more approachable for users ❤️
I ran into a tiny bug, the fixed height variable used for the main content header and side nav can sometimes conflict. For my case the description is longer then expected such that #top is using --top-height: and is cutting the search bar. Adjusting to 150px make the padding on main content to big.
Hm, good point! I wasn't aware of that side effect. I'm not sure if I would consider it a bug, but it definitely is not perfect.
Maybe it makes sense to decouple the contents top height from the sidebar variable. 🤔
I'll keep the issue open and think about it, feel free to contribute ideas in the meantime! 😊
Firstly I really appreciate this project, makes docs so much more approachable for users ❤️
I ran into a tiny bug, the fixed height variable used for the main content header and side nav can sometimes conflict. For my case the description is longer then expected such that
#top
is using--top-height:
and is cutting the search bar. Adjusting to150px
make the padding on main content to big.Links to my copy running :)
https://prince-chrismc.github.io/jwt-cpp/
prince-chrismc/jwt-cpp@b97eb1b
Default
Shorter text
The text was updated successfully, but these errors were encountered: