mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-25 18:55:29 -06:00
Electron-174 - modified button style, modal width and height
This commit is contained in:
parent
3c7aa59883
commit
967714fda6
@ -47,6 +47,10 @@
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
button {
|
||||
width: 80px;
|
||||
}
|
||||
|
||||
.footer {
|
||||
display: flex;
|
||||
text-align: center;
|
||||
|
@ -13,8 +13,8 @@ let basicAuthWindow;
|
||||
const local = {};
|
||||
|
||||
let windowConfig = {
|
||||
width: 350,
|
||||
height: 250,
|
||||
width: 360,
|
||||
height: 270,
|
||||
show: false,
|
||||
modal: true,
|
||||
autoHideMenuBar: true,
|
||||
|
Loading…
Reference in New Issue
Block a user