I'm developing a new Oauth extension but I see that the window that opens up clicking on login button has always a fixed size (1000x500) and the authorization page has a larger height and the content is not totally displayed.
Looking at API docs (http://apidocs.flarum.org/0.1.0/js/file/js/forum/src/components/LogInButton.js.html), the width and height are constants and are not changeable.
Do you know some way to change the window height automatically without the user intervention?