mirror of
https://github.com/flarum/framework.git
synced 2025-02-06 06:56:14 +08:00
Update window size (#1894)
This small change attempts to fix #1727, as i just got my eye on it and figured i could simply fix it while seeing it.
This commit is contained in:
parent
4cab24225f
commit
614b4a1d4e
|
@ -13,7 +13,7 @@ export default class LogInButton extends Button {
|
|||
props.className = (props.className || '') + ' LogInButton';
|
||||
|
||||
props.onclick = function() {
|
||||
const width = 600;
|
||||
const width = 580;
|
||||
const height = 400;
|
||||
const $window = $(window);
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user