discourse/app/assets
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
..
images FIX: images:compress rake task 2019-03-15 15:23:57 +01:00
javascripts FEATURE: disable native share API on non tablets/phones 2019-05-02 13:18:29 +10:00
stylesheets FIX: crawler layout CSS adjustments (#7469) 2019-05-02 13:00:29 +08:00