Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
manual: make the sidebar slightly wider.
From Furo's `_layout.scss`: // Because CSS variables can't be used in media queries. The fact that this // makes the layout non-user-configurable is a good thing. This is of course bullshit. All it means is that whenever anyone upgrades Furo they have to manually build it with the following patch: $sidebar-width: 16em; and then manually put `furo.css` into `_static/styles/`. I don't like being told what (not) to do.
- Loading branch information