discourse/app/assets/stylesheets
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
..
common FIX: crawler layout CSS adjustments (#7469) 2019-05-02 13:00:29 +08:00
desktop Allow signup form width to increase when no external logins are present 2019-04-24 13:08:39 -04:00
mobile UX: Move total user count 2019-04-19 00:35:50 -04:00
vendor UX: Overflow hidden was causing some icons to be cropped 2019-01-31 14:03:11 -05:00
admin.scss Sane sendAction() behavior 2015-09-11 09:34:20 -07:00
common.scss FEATURE: New 'Reviewable' model to make reviewable items generic 2019-03-28 12:45:10 -04:00
desktop_rtl.scss FEATURE: support user local switching to RTL correctly 2015-05-20 15:56:54 +10:00
desktop.scss FEATURE: New 'Reviewable' model to make reviewable items generic 2019-03-28 12:45:10 -04:00
embed.scss lighten embed blockquote style for consistency 2019-02-17 21:00:46 -08:00
mobile_rtl.scss FEATURE: support user local switching to RTL correctly 2015-05-20 15:56:54 +10:00
mobile.scss UI: improvements to footer nav for app and PWAs 2019-04-11 14:11:26 -04:00
wizard.scss FEATURE: better wizard privacy controls (#7391) 2019-04-22 19:47:29 +05:30