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.