Electron-174 - modified button style, modal width and height

This commit is contained in:
Kiran Niranjan 2017-10-18 12:44:57 +05:30 committed by Kiran Niranjan
parent 3c7aa59883
commit 967714fda6
2 changed files with 6 additions and 2 deletions

View File

@ -47,6 +47,10 @@
display: inline-block; display: inline-block;
} }
button {
width: 80px;
}
.footer { .footer {
display: flex; display: flex;
text-align: center; text-align: center;

View File

@ -13,8 +13,8 @@ let basicAuthWindow;
const local = {}; const local = {};
let windowConfig = { let windowConfig = {
width: 350, width: 360,
height: 250, height: 270,
show: false, show: false,
modal: true, modal: true,
autoHideMenuBar: true, autoHideMenuBar: true,