discourse/app
Joe 5a834a05ea
FIX: crawler layout CSS adjustments (#7469)
* Fix header size to fit the viewport

Setting the header to border-box means that the padding is factored in when calculating its width. If this is not done, the header width would be 100% of the viewport width + any padding when set on it. That causes some parts of the header to be rendered off-screen and causes horizontal scrolling.

* prevent code in posts from causing horizontal overflow

We are currently not wrapping code in posts in the crawler view. This affects both unformatted code and inline code blocks. This commit forces such code to wrap in order to prevent horizontal overflow which the Google bot complains about since it causes some content to be rendered outside of the viewport for the mobile crawler.
2019-05-02 13:00:29 +08:00
..
assets FIX: crawler layout CSS adjustments (#7469) 2019-05-02 13:00:29 +08:00
controllers FEATURE: Automatically generate optimized site metadata icons (#7372) 2019-05-01 14:44:45 +01:00
helpers FEATURE: Automatically generate optimized site metadata icons (#7372) 2019-05-01 14:44:45 +01:00
jobs Check both site and global setting for s3 enabled value. 2019-05-01 10:49:53 +05:30
mailers FEATURE: Send user activation reminders. (#7280) 2019-04-10 16:53:52 +02:00
models FIX: Allow category group reviewers to edit queued posts 2019-05-01 14:48:49 -04:00
serializers FEATURE: Category Reviewable by Group 2019-04-30 15:23:06 -04:00
services FIX: Remove duplicate Emoji names from blurb 2019-04-29 17:26:39 +02:00
views use description_text instead of description to show correct sanitized description (#7420) 2019-04-24 16:33:58 +10:00