Inside Playdate responsive stylesheet issues (problem for mobile & doc viewers)

Using docs from 1.1

iPhone

  • compressed text
  • narrow body column

iPad

  • narrow body column

Dash

  • sidebar background transparent
  • narrow body column

Dash on iOS:

Sadly these are all still an issue on 1.2.0

1 Like

Fix:
adoc.css
image

1 Like

This helps, thanks!

Still some layout problems in Dash, even with this fix.

Still an issue on 1.3.0 :pensive:

Still an issue on 1.3.1

Still an issue on 1.7.0 :neutral_face:

quick hack fix (the problem runs deep)

#content 
{
  width: 100vw;
}

#toc:hover,
#toc:active
{
  background-color: white;    // see below
}

related:

Docset in 1.9.0 is broken in other, different ways.

Thanks Matt! Someone is working on a fix for this and might have more to share soon with you soon.

1 Like

This should be finally fixed in 1.9.1. :crossed_fingers:

2 Likes