Closed rbessems closed 10 months ago
This discussion refers to the table at the end of the primary index page (https://openxr-tutorial.simul.co/). The table is at the bottom, just above the Version statement.
There are a number of issues with the table. This fundamentally arises because it is too wide for narrow devices (portrait phones).
I initially implemented an alternate table for width<1100px with a single column, and reduced the cell margins in this case. I've replaced this with the multi-level list, but both look acceptable. The '/' have been changed to ', ' (comma space) in the link text.
f08483d1 adds |nbsp|
to index.rst
. I'm still testing this.
It looks like rst is having trouble resolving this inside non <p>...</p>
HTML blocks.
e781eb3 replaces the rst table with an HTML one, so that
can be used without sphinx getting in the way.
Currently, points 1., 2. iii. and 3. are done.
8aa0b11 updates the padding and the column width for the table. v0.5.17
has these changes.
Closing as this issue is resolved for Firefox and mobile devices.
Collapse table when too narrow into a list. (CSS)