Misalignment of Facebook & Twitter buttons

前端 未结 18 1584
你的背包
你的背包 2021-02-01 13:18

The page contains two buttons, from twitter and from facebook.

What I\'m observing in Firefox 3.5.15 is:

  1. While the page is loading, the buttons are more or
18条回答
  •  自闭症患者
    2021-02-01 13:43

    All I did was add the CSS to my page:

    div.fb_iframe_widget > span {
        vertical-align: unset !important;
    }
    

    This is a bit less opinionated than some of the answers here and isolates the change to only undoing the height adjustment on the Facebook share icon.

提交回复
热议问题