Fix layout in project page
This commit is contained in:
parent
bd8122dd8e
commit
611da91476
|
@ -13,7 +13,7 @@ const GH_RESERVED_USER_NAMES = [
|
|||
const GH_RESERVED_REPO_NAMES = ['followers', 'following', 'repositories']
|
||||
const GH_404_SEL = '#parallax_wrapper'
|
||||
const GH_PJAX_CONTAINER_SEL = '#js-repo-pjax-container, .context-loader-container, [data-pjax-container]'
|
||||
const GH_CONTAINERS = '.container, .container-responsive'
|
||||
const GH_CONTAINERS = '.container, .container-lg, .container-responsive'
|
||||
const GH_RAW_CONTENT = 'body > pre'
|
||||
|
||||
class GitHub extends PjaxAdapter {
|
||||
|
|
Loading…
Reference in New Issue