scooterpsu / Comixology_Ubooquity_2

38 stars 7 forks source link

When display width is low, side scroll is used #3

Closed alpe12 closed 5 years ago

alpe12 commented 5 years ago

When I'm on my tablet I have to remember that there is roughly one column offscreen and that I have to scroll to see it. image This shouldn't be needed, since with Flex it's possible to adjust the size/location of elements.

My knowledge of CSS is limited, so the closest I could get to a fix is: image https://pastebin.com/pM90cp5r

scooterpsu commented 5 years ago

The 1100px width is in a few more places than that, but I'll see what I can do about working in a better view.

I personally use an app via OPDS, so I designed the site for pretty much just desktop usage. Better mobile support is something I'd like to add later.

scooterpsu commented 5 years ago

Try the latest comixology.css, it should sort this out.

alpe12 commented 5 years ago

Thanks.