mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-27 13:16:36 +00:00
patch: changed iframe size to percent
Change-Type: patch
This commit is contained in:
parent
507ca28234
commit
6e9f6385d3
@ -308,6 +308,8 @@ export function SettingsModal({ toggleModal }: SettingsModalProps): any {
|
|||||||
left: '0px',
|
left: '0px',
|
||||||
right: '0px',
|
right: '0px',
|
||||||
border: 'none',
|
border: 'none',
|
||||||
|
width: '100%',
|
||||||
|
height: '100%',
|
||||||
margin: 0,
|
margin: 0,
|
||||||
padding: 0,
|
padding: 0,
|
||||||
backgroundColor: 'white',
|
backgroundColor: 'white',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user