The table for task difficulties in the basic rules gets ugly if you use a smartphone. Raws and columns get switched. I know this depends on the width of the device but maybe using soft line breaks within the cells and keeping the tables structure would look better.
Anyways, thanks for doing all this and greetings from Germany! :)
I agree. As a mobile web developer, one thing I like to do with tables on smaller devices is to have the table scroll left/right by containing it in a div with overflow: auto. If the screen is wide enough, then it shouldn't need to scroll, but if it isn't then it would be better than laying all the columns out in rows. Otherwise it makes scrolling through content more tedious. My 2 cents.
Just a thing I just saw:
The table for task difficulties in the basic rules gets ugly if you use a smartphone. Raws and columns get switched. I know this depends on the width of the device but maybe using soft line breaks within the cells and keeping the tables structure would look better.
Anyways, thanks for doing all this and greetings from Germany! :)
I agree. As a mobile web developer, one thing I like to do with tables on smaller devices is to have the table scroll left/right by containing it in a div with overflow: auto. If the screen is wide enough, then it shouldn't need to scroll, but if it isn't then it would be better than laying all the columns out in rows. Otherwise it makes scrolling through content more tedious. My 2 cents.
https://jsfiddle.net/3bLjnhwr/2/
Homebrew Rules || Homebrew FAQ || Snippet Codes || Tooltips
DDB Guides & FAQs, Class Guides, Character Builds, Game Guides, Useful Websites, and WOTC Resources