Skip to content

template: Add layout for tablet portrait mode

Denis Washington requested to merge denisw/gi-docgen:tablet-responsiveness into main

At typical tablet portait mode resolutions, the content is uncomfortably narrow. Fix this by hiding the table of contents, as well as slightly narrowing the sidebar, which gives the content much more room.

Also, fix a typo in the existing styles for phone-sized screens (display: hidden -> display: none).

Fixes: #95

Before:

Bildschirmfoto_2023-12-08_um_23.03.47

After:

Bildschirmfoto_2023-12-08_um_23.11.11

Edited by Denis Washington

Merge request reports