mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-01-01 03:37:12 -06:00
fix: SDA-2644 - Fix snippet window resize issue based on screen size
This commit is contained in:
parent
c1777e1e4a
commit
cd60ae268a
@ -990,7 +990,7 @@ export class WindowHandler {
|
|||||||
const opts: ICustomBrowserWindowConstructorOpts = this.getWindowOpts(
|
const opts: ICustomBrowserWindowConstructorOpts = this.getWindowOpts(
|
||||||
{
|
{
|
||||||
width,
|
width,
|
||||||
height: windowHeight,
|
height: height + CONTAINER_HEIGHT,
|
||||||
minHeight: MIN_HEIGHT,
|
minHeight: MIN_HEIGHT,
|
||||||
minWidth: MIN_WIDTH,
|
minWidth: MIN_WIDTH,
|
||||||
modal: false,
|
modal: false,
|
||||||
|
@ -118,6 +118,8 @@ button {
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
background: linear-gradient(
|
background: linear-gradient(
|
||||||
0deg,
|
0deg,
|
||||||
rgba(255, 255, 255, 0.96),
|
rgba(255, 255, 255, 0.96),
|
||||||
|
Loading…
Reference in New Issue
Block a user