Merge pull request #5338 from FreeCodeCamp/fix/map
hotfix to make reddit ad not disrupt map
This commit is contained in:
@ -32,15 +32,16 @@ block content
|
|||||||
|
|
||||||
.spacer
|
.spacer
|
||||||
if (user && user.progressTimestamps.length > 100)
|
if (user && user.progressTimestamps.length > 100)
|
||||||
#map-notice.col-xs-12.col-md-8.col-md-offset-2.hidden
|
.row
|
||||||
h2.text-center Reddit or not, here we come
|
#map-notice.col-xs-12.col-md-8.col-md-offset-2.hidden
|
||||||
img.thumbnail.img-center.img-responsive(src="http://i.imgur.com/lyd0bfM.jpg")
|
h2.text-center Reddit or not, here we come
|
||||||
h4.text-center Come ask questions and share your thoughts with our entire open source community on our subreddit.
|
img.thumbnail.img-center.img-responsive(src="http://i.imgur.com/lyd0bfM.jpg")
|
||||||
a.button.btn.btn-block.btn-primary(href="https://reddit.com/r/freecodecamp" target="_blank") Check it out
|
h4.text-center Come ask questions and share your thoughts with our entire open source community on our subreddit.
|
||||||
.button-spacer
|
a.button.btn.btn-block.btn-primary(href="https://reddit.com/r/freecodecamp" target="_blank") Check it out
|
||||||
.text-center
|
.button-spacer
|
||||||
a#hide-map-notice-button(href='#') Hide this forever
|
.text-center
|
||||||
.spacer
|
a#hide-map-notice-button(href='#') Hide this forever
|
||||||
|
.spacer
|
||||||
|
|
||||||
ul
|
ul
|
||||||
for superBlock in superBlocks
|
for superBlock in superBlocks
|
||||||
@ -84,7 +85,7 @@ block content
|
|||||||
em Coming Soon
|
em Coming Soon
|
||||||
else
|
else
|
||||||
.hidden-xs.col-sm-3.col-md-2
|
.hidden-xs.col-sm-3.col-md-2
|
||||||
.col-xs-1.col-sm-1.col-md-1.map-row-numbers.negative-5
|
.col-xs-1.col-sm-1.col-md-1.map-row-numbers
|
||||||
span.map-p.negative-10 #{i}.
|
span.map-p.negative-10 #{i}.
|
||||||
.col-xs-10.col-sm-8.col-md-9
|
.col-xs-10.col-sm-8.col-md-9
|
||||||
span.map-p.negative-10
|
span.map-p.negative-10
|
||||||
|
Reference in New Issue
Block a user