rauchg / slackin

Public Slack organizations made easy
http://rauchg.com/slackin/
MIT License
6.51k stars 1.35k forks source link

Large leading whitespace #381

Open ggvc-it opened 6 years ago

ggvc-it commented 6 years ago

Has anybody noticed there is a ton of leading whitespace near the top of the Slackin iFrame? I've seen this on my site and others as well. Seems like a bug to me. Most pronounced on mobile web, but it's there on desktop as well. Thoughts? image

parthp1808 commented 6 years ago

The css is the issue. (I saw in https://slackin-kfssjvywgq.now.sh/) @media (max-width: 50rem) { .splash { margin-top:10rem } } Here if you decrease the margin-top, it will fix it.