Qiskit / qiskit_sphinx_theme

A Sphinx theme and documentation guidelines for Qiskit and Qiskit Ecosystem projects
https://qisk.it/docs-guide
Apache License 2.0
15 stars 29 forks source link

Fix Furo page layout on medium-sized screens (Cherry-pick of #450) #454

Closed Eric-Arellano closed 1 year ago

Eric-Arellano commented 1 year ago

We changed Furo's left sidebar from 15em to 18em, but never fixed the content to go from 46em to 43em.

This messed up the layout on medium-sized screen, right before the tablet mode kicks in with the right sidebar hiding. The page would try to horizontally scroll, which doesn't work properly.