mirror of
https://github.com/flarum/core.git
synced 2025-07-31 13:40:20 +02: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:
committed by
Franz Liedke
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);
|
||||
|
||||
|
Reference in New Issue
Block a user