Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cannot click icon on mobile chrome (for twitter, youtube, etc...) #243

Closed
cryptozeny opened this issue Nov 28, 2018 · 1 comment
Closed

Comments

@cryptozeny
Copy link

a#twitter-icon(href="https://twitter.com/#{settings.twitter}", target='_blank')

    .navbar.navbar-default.navbar-fixed-bottom.hidden-xs
      .col-md-4
        if settings.display.twitter
          ul.nav.navbar-nav
            li.pull-left
              a#twitter-icon(href="https://twitter.com/#{settings.twitter}", target='_blank')
                span.glyphicon.fa.fa-twitter

The same goes for other coin explorers. .hidden is wrong?

image

you can test on mobile chrome.
https://florincoin.info/
https://explorer.sugarchain.org/

@uaktags
Copy link
Collaborator

uaktags commented Jul 13, 2019

So this issue appears to be that the footer of "Powered by Iquidus Explorer" seems to overtake the portion for the icon. This is due to the col-md-4 divs. They're setup for medium screensize rather than small. To make it work, it'd have to be swapped out for col-sm-4

@uaktags uaktags closed this as completed Jul 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants