xrpl-dev-portal icon indicating copy to clipboard operation
xrpl-dev-portal copied to clipboard

Optimize column layout for "half-screen" window size

Open mDuo13 opened this issue 3 years ago • 1 comments

Most operating systems these days make it pretty easy to fit a window to exactly half your desktop size (horizontally—i.e. left half / right half) so you can have two things open at once. However, when users do this on a 1080p screen, the resulting layout for the documentation pages is pretty suboptimal:

2col-1 2col-2

It would be nice if we could adapt the breakpoints or even make the sidebar collapsible or something so that the documentation occupies closer to the whole window at this size. (At 1920×1080, a half-screen window is 960×1080.) We should also test 1440p and maybe whatever resolution the most popular iPad model(s) count as. Plus maybe look into variants factoring in display scaling for resolutions that often use that.

mDuo13 avatar Feb 04 '22 21:02 mDuo13