Conversation
hellcp
left a comment
There was a problem hiding this comment.
I also worry about the performance of the theme on mobile devices, would it be possible to hide the sidebar on lower [at]media widths while still leaving either a link to the search page or the searchbar visible somewhere?
| } | ||
|
|
||
| div.document { | ||
| min-height: 95vh; |
There was a problem hiding this comment.
This is an ugly hack, please make the page use flex grow or something that always pushes the footer to the bottom, without doing this, or do not do this at all
| } | ||
|
|
||
| @font-face { | ||
| font-family: 'FiraMono Bold'; |
|
It would be nice to also add opengraph metadata as a goal sometime in the future, and you should probably rebase on the 5.2 branch because you changed stuff that was removed in the docs as well ;) |
|
@hellcp, thank you for your fast and precise feedback. I propose: In this PR I fix the things you mentioned. Then in a next PR:
Of course; let me add.
Yes, I add support. |
bc5c7ab to
7c035b2
Compare
|
Hi @hellcp
Notes
|
|
Is there a Bugzilla bug to go with this PR? |
|
Hi @justdave, this PR is the result of a discussion in the matrix chat. I'm also working on a follow-up, especially for mobile devices, as mentioned above in #118 (comment). I try to finish it until the end of February. |
Changes
config.pyinto the new theme and added a new logo and quick search boxUpdated to Sphinx 5.X as a minimal version (c1227c5, d9f234a)
Further notices
Questions