-
Notifications
You must be signed in to change notification settings - Fork 25.6k
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
Fix ws underlying in sidebar and footer. #303
Conversation
Only drawback here is the icon is no longer linked... which I preferred. I think a better fix is adjusting the styling on the .social-icons {
.fa {
display: initial;
}
} Underlines the entire link properly. |
That's… frustratingly simpler. :D |
Fixed it. LMK if that's what you had in mind. |
Thanks for the PR @tobie! |
This resurfaced as an issue. Not sure what happened. |
If I remember correctly As part of #341 I reverted it back. Not sure if there's another way to do it so the underline is correct and the alignment as well. Personally I'd prefer the alignment since you only see the small missing bit of underline on hover (something you'll never notice on a lot of devices eg: touch enabled ones). Happy to accept another PR if there's a way to solve it for both. |
I unfortunately don't have the CSS chops to fix this, so I guess I'll have to live with it. :) |
Create config.yml
Small fix to avoid underlying the whitespace between icons and related text when hovering.