scala / scala3

The Scala 3 compiler, also known as Dotty.
https://dotty.epfl.ch
Apache License 2.0
5.81k stars 1.05k forks source link

Scala3doc is too narrow on wider screens #17217

Closed kubukoz closed 1 year ago

kubukoz commented 1 year ago

On the Scaladoc page, currently there seems to be a CSS script attached that results in very narrow pages once you reach a certain minimum width.

Example: Firefox says it's 1826px width. This is fine.

image

Now when you reach ~1920px, it gets too narrow:

image

here's what it looks like on my screen in fullscreen (my usual viewing experience. It's a bit of a waste of space 😅

image
Florian3k commented 1 year ago

This is fixed on latest main