astropy / astropy-sphinx-theme

Standalone version of the Astropy sphinx theme
BSD 3-Clause "New" or "Revised" License
4 stars 15 forks source link

Fix the width of the topbar #25

Open rikvl opened 3 years ago

rikvl commented 3 years ago

Adds the box-sizing: border-box; CSS property to div.topbar as mentioned in the comments in #12.

Fixes the first part of #12: with this fix, the horizontal scrollbar is no longer present when the window is wide enough.

The second part of #12 still remains: when the window width is too small (so a horizontal scrollbar appears), the sidebar collapse indicator << can still move off the sidebar indicator. This seems to be a separate issue.

mhvk commented 3 years ago

@astrofrog - this one is really simple but fixes a small annoyance. I think we can just merge it!