openzim / openedx

Open edX (to zim) scraper
GNU General Public License v3.0
8 stars 7 forks source link

Top menu does not appear on android in vertical mode #153

Closed Popolechien closed 3 years ago

Popolechien commented 3 years ago

So if I open phzh_core-english-one_en_2020-09.zim on my phone (huawei android 9) the menu at the top does not appear and I'm stuck on a rather boring landing page core

If I tilt the phone horizontally and the image resize then I can see the menu (if I tilt back it disappears again)

corde

rgaudin commented 3 years ago

This apparently due to the size of the viewport. I can replicate that with a small device factor on a regular browser.

// assets/main.css @(max-width: 640px)
.zim-course-index, .zim-courseware {
    display: none;
}