-
Notifications
You must be signed in to change notification settings - Fork 25.6k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Social networks disappear after resizing #1136
Comments
Do you have AdBlock active for the page? It seems that AdBlock doesn't like the class name |
@juanramirez Think this is a legit bug. I don't have any AdBlockers installed and @diegonc's steps to reproduce work for me. What's going on is when the "Follow" button is clicked jQuery is applying inline styles to I'll probably switch the trigger to apply a I don't think this is a huge bug as the only people likely to be bit by it are developers or those who like to mess with browser window sizes to test for responsiveness. The average user isn't going to view a page on mobile, hit the follow button twice, then magically scale up their screen to a desktop size 😉 |
@juanramirez did you push that fix to this repo or just on your fork or personal branch? I am seeing the adblock issue and was hoping master had the fix. |
How to change the social icon size and how to change the list to be inline instead of lists ? |
@fsalmasri Alter the CSS. |
I'm working on it. I can't find the exact place to change the icon style and the size in the css |
@fsalmasri Change the height and width to what you want. This will make them much larger. .author__urls.social-icons svg {
height: 3em;
width: 3em;
} |
bundle update
.bundle exec jekyll build
.Environment informations
Whatever your site uses. I've tested it at https://mmistakes.github.io/minimal-mistakes/jekyll/gemified-theme-beta/
Expected behavior
I expect the social network links in the author sidebar to be visible after the resize.
Steps to reproduce the behavior
The text was updated successfully, but these errors were encountered: