sphinx-doc / alabaster

Lightweight, configurable Sphinx theme
http://alabaster.readthedocs.io/
Other
738 stars 189 forks source link

Adjust page width in mobile to device width #157

Closed ykrods closed 1 year ago

ykrods commented 5 years ago

solve https://github.com/bitprophet/alabaster/issues/139 and improve https://github.com/bitprophet/alabaster/pull/140

I noticed the bug and investigated implementation of Sphinx. Related feature was added in Sphinx v1.7.0 and implemented on https://github.com/sphinx-doc/sphinx/pull/4376 .

I think it's better to describe mix-width property in media queries and the value as unset as this PR.

Reasons

About other changes

When I tested this changes, I noticed that the sidebar width is not fit to widow size.