louischan / simplewhite

A minimal theme for Mozilla Firefox.
https://addons.mozilla.org/addon/simplewhite/
Mozilla Public License 2.0
77 stars 20 forks source link

Share popup is too small #19

Closed lychichem closed 9 years ago

lychichem commented 9 years ago

As Firefox 35 and higher version added social API, which gives a share button to let users share page via social networks, we should fix it. Now it's too small for Weibo if you want to share something

louischan commented 9 years ago

Can you elaborate which button was too small? (Or is this problem resolved by now?)

lychichem commented 9 years ago

default I mean this, the popup window is too small, I have to scroll. The problem was once fixed on release channel and beta, but as mozilla changed codes of this popup in a version, now I face this problem on firefox nightly(39.0a1)

louischan commented 9 years ago

e4c02198dbe6a8060f4ad3e389014c3d86064f60 set .social-share-frame { min-width: 756px; }. The popup should be wider now.