mirror of
https://github.com/discourse/discourse.git
synced 2025-05-09 01:03:09 +08:00
Merge pull request #2167 from riking/higher-facebook
Make Facebook login popup taller
This commit is contained in:
commit
cdeb7445dc
@ -44,6 +44,8 @@ Discourse.LoginMethod.reopenClass({
|
|||||||
if (name === "google") {
|
if (name === "google") {
|
||||||
params.frameWidth = 850;
|
params.frameWidth = 850;
|
||||||
params.frameHeight = 500;
|
params.frameHeight = 500;
|
||||||
|
} else if (name === "facebook") {
|
||||||
|
params.frameHeight = 450;
|
||||||
}
|
}
|
||||||
|
|
||||||
methods.pushObject(Discourse.LoginMethod.create(params));
|
methods.pushObject(Discourse.LoginMethod.create(params));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user