Added minimum window size, equivalent to iTunes. Added responsive elements
This commit is contained in:
parent
17435b9e4a
commit
cf833bf959
4 changed files with 19 additions and 3 deletions
|
@ -7,6 +7,8 @@ const CiderWin = {
|
|||
const options = {
|
||||
width: 1024,
|
||||
height: 600,
|
||||
minWidth: 844,
|
||||
minHeight: 410,
|
||||
frame: false,
|
||||
vibrancy: 'dark',
|
||||
hasShadow: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue