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;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
button {
|
||||||
|
width: 80px;
|
||||||
|
}
|
||||||
|
|
||||||
.footer {
|
.footer {
|
||||||
display: flex;
|
display: flex;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user