pydata / pydata-sphinx-theme

A clean, three-column Sphinx theme with Bootstrap for the PyData community
https://pydata-sphinx-theme.readthedocs.io
BSD 3-Clause "New" or "Revised" License
601 stars 314 forks source link

FIX make theme switcher have consistent widths #1651

Closed Charlie-XIAO closed 8 months ago

Charlie-XIAO commented 8 months ago

Fixes #1649.

The discrepancy is likely caused by upgrading fontawesome 6.1.2 to 6.5.1. In 6.1.2 fa-sun, fa-moon, and fa-circle-half-stroke are all 1:1 with (viewBox: 0 0 512 512). In 6.5.1 fa-sun and fa0-circle-half-stroke seem to be unchanged but fa-moon changedd to 3:4 (viewBox: 0 0 384 512).