Added minimum window size, equivalent to iTunes. Added responsive elements

This commit is contained in:
booploops 2021-11-22 20:55:37 -08:00
parent 17435b9e4a
commit cf833bf959
4 changed files with 19 additions and 3 deletions

View file

@ -7,6 +7,8 @@ const CiderWin = {
const options = {
width: 1024,
height: 600,
minWidth: 844,
minHeight: 410,
frame: false,
vibrancy: 'dark',
hasShadow: false,