dunovank / jupyter-themes

Custom Jupyter Notebook Themes
MIT License
9.78k stars 1.06k forks source link

[Feature Request] Add an optimized layout for mobile browsers. #109

Open akoslaczko opened 7 years ago

akoslaczko commented 7 years ago

It would be great to have an option which enables an optimized layout for mobile browsers. Currently both code cells, and outputs are rendered incorrectly in portrait view (interestingly not in landscape view). Tried a bunch of browsers - on Android 7.1 with Termux - Chrome, Firefox, Dolphin, Naked Browser, and a few others, and all of them produces this problem.

Here are some screenshots: screenshot_20170406-182811 screenshot_20170406-182908

dunovank commented 7 years ago

Interesting... any chance you'd be willing to submit a pull request? I'm a little pressed for time and don't have any mobile devices handy for testing.

(I just released a new version that includes some minor changes to the input prompt style so you might try installing the new version on the off chance that it fixes this issue but I doubt it does)

akoslaczko commented 7 years ago

I've tried out the new version (0.15.3). Sadly, it did not resolve the issue (just as you've predicted):

screenshot_20170407-015330

Sorry, but I won't be able to work on this project myself - at least not in the very near future (primary reason being that I've never worked with JS or Less before). However, I'd be happy to test any future versions on my device(s), if that's any help...

dunovank commented 7 years ago

Bummer... thanks for giving it a shot though. I'll see what I can do, will post any updates/test-requests here.

akoslaczko commented 7 years ago

Thanks in advance, will keep checking!