Closed
Description
I'm really sorry that I didn't bring this up in the earlier reviews I did of the work, but I was on my desktop with a 1080p screen, and also just didn't notice.
Here are two screenshots:
I note a few specific regressions:
- Monospaced text that is
inline
with other text is now way larger than the other text. - References to types/traits/etc in the headers for an impl section are not monospaced
- Amount of whitespace around impl and impl methods makes much fewer methods fit on screen at once. This isn't very nice, since now I need to scroll a lot more to view the same amount of information.
The first two just seem like bugs (references to items should always be monospaced, perhaps?), but the latter is a more nuanced design decision. It seems to me that there is too much whitespace in general, and that the spacing between almost everything ought to be reduced.
Another point, almost more aesthetic than functional, is that the distance between a header and the line underneath it is slightly too large, and makes it more difficult to view them as a "single unit".