e-valuation / EvaP

a university course evaluation system written in Python using Django
Other
95 stars 144 forks source link

Notebook layouting compatibility with high DPI / widescreen displays #2098

Open richardebeling opened 9 months ago

richardebeling commented 9 months ago

The current notebook breakpoints used to determine whether the layout should be top/bottom or left/right doesn't consider the content width limit that the page otherwise has. On High-DPI or widescreen monitors, this can easily lead to cases where the top/bottom layout is used although the left/right layout would be more appropriate.

This is what currently happens when you zoom out of the page far enough: image

I think we might want to