Differences From Artifact [95870bf7dc]:
- File src/default_css.txt — part of check-in [46dd696302] at 2020-04-06 15:44:58 on branch trunk — Futher viewing enhancements for larger forum posts. The default CSS now limits the maximum height to 25em (because that amount fits nicely on a single screen on an iPhone) and all messages have a "source" link which shows the fully expanded text without scrollbars. (user: drh size: 15106)
To Artifact [06e04c4e1b]:
- File src/default_css.txt — part of check-in [da7d816201] at 2020-04-06 15:54:45 on branch trunk — Prevent ridicuously wide forum posts display with the "vfx" query parameter on /timeline. (user: drh size: 15143)
︙ | ︙ | |||
743 744 745 746 747 748 749 750 751 752 753 754 755 756 | padding-left: 1ex; padding-right: 1ex; } div.forumTimeline { border: 1px solid black; padding-left: 1ex; padding-right: 1ex; } div.forumTimeline code { white-space: pre-wrap; } div.markdown code { white-space: pre-wrap; } | > > | 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 | padding-left: 1ex; padding-right: 1ex; } div.forumTimeline { border: 1px solid black; padding-left: 1ex; padding-right: 1ex; max-width: 50em; overflow: auto; } div.forumTimeline code { white-space: pre-wrap; } div.markdown code { white-space: pre-wrap; } |
︙ | ︙ |