Using docs from 1.1
iPhone
- compressed text
- narrow body column
iPad
- narrow body column
Dash
- sidebar background transparent
- narrow body column
Using docs from 1.1
Sadly these are all still an issue on 1.2.0
Fix:
adoc.css

This helps, thanks!
Still some layout problems in Dash, even with this fix.
Still an issue on 1.3.0 ![]()
Still an issue on 1.3.1
Still an issue on 1.7.0 ![]()
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.
This should be finally fixed in 1.9.1. ![]()