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;
}
button {
width: 80px;
}
.footer {
display: flex;
text-align: center;

View File

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