1
0
mirror of https://github.com/flarum/core.git synced 2025-07-20 00:01:17 +02:00

Improve LoginButton styles, make popup window smaller

This commit is contained in:
Toby Zerner
2015-12-05 15:19:24 +10:30
parent cda00550aa
commit f81c489eee
2 changed files with 8 additions and 2 deletions

View File

@@ -13,8 +13,8 @@ export default class LogInButton extends Button {
props.className = (props.className || '') + ' LogInButton';
props.onclick = function() {
const width = 1000;
const height = 500;
const width = 600;
const height = 400;
const $window = $(window);
window.open(app.forum.attribute('baseUrl') + props.path, 'logInPopup',